Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 254b6cbd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents aa30a276 0afc3014
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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();
    }