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

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

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

Change-Id: Idf01ef63f728854da465a16fbad0795fd9a18b22
parents db88eb60 254b6cbd
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();
    }