Merge "Tap convo avatar to expand/collapse" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-23 21:41:18 +00:00
committed by Android (Google) Code Review

View File

@@ -1304,8 +1304,10 @@ public class ConversationLayout extends FrameLayout
if (expandable) {
mExpandButtonContainer.setVisibility(VISIBLE);
mExpandButtonInnerContainer.setOnClickListener(onClickListener);
mConversationIconContainer.setOnClickListener(onClickListener);
} else {
mExpandButtonContainer.setVisibility(GONE);
mConversationIconContainer.setOnClickListener(null);
}
updateContentEndPaddings();
}