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

Commit bb5a3586 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

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

Change-Id: I22b65eee504807bbcd6e5ba0c8874dbabad12a88
parents f7a09b4a ee3625d9
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();
    }