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

Commit a05d793f 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: I4c3b82315c11104a1bafcadd66690b39b1859e66
parents 4f999ac0 254b6cbd
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1304,8 +1304,10 @@ public class ConversationLayout extends FrameLayout
        if (expandable) {
        if (expandable) {
            mExpandButtonContainer.setVisibility(VISIBLE);
            mExpandButtonContainer.setVisibility(VISIBLE);
            mExpandButtonInnerContainer.setOnClickListener(onClickListener);
            mExpandButtonInnerContainer.setOnClickListener(onClickListener);
            mConversationIconContainer.setOnClickListener(onClickListener);
        } else {
        } else {
            mExpandButtonContainer.setVisibility(GONE);
            mExpandButtonContainer.setVisibility(GONE);
            mConversationIconContainer.setOnClickListener(null);
        }
        }
        updateContentEndPaddings();
        updateContentEndPaddings();
    }
    }