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

Commit cafffe16 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Tap convo avatar to expand/collapse" into rvc-dev am: 254b6cbd am:...

Merge "Tap convo avatar to expand/collapse" into rvc-dev am: 254b6cbd am: 4d1eb4fd am: ee3625d9 am: bb5a3586

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11973242

Change-Id: Ia92707eecf7f716bad4c432570aa17cd1768f437
parents 72ac0faf bb5a3586
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1345,8 +1345,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();
    }