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

Commit ee3625d9 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: 4d1eb4fd

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

Change-Id: Iaf7a2447f5193007128d10e7a1f4794476c6dd5e
parents 0cd4d213 4d1eb4fd
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();
    }