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

Commit 192d7186 authored by Roman Birg's avatar Roman Birg Committed by Gerrit Code Review
Browse files

SystemUI: update notification clipping when reset



When notifications are reset, mExpandable gets forced to false, but the
view may still be clipping to outline due to an earlier
setExpandable(true) call. We need to clear it when its reset.

Change-Id: I3261c18ed6db671870f9971e9326e83e4bf87172
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 1d206df6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
        mRowMinHeight = 0;
        final boolean wasExpanded = isExpanded();
        mRowMaxHeight = 0;
        mExpandable = false;
        setExpandable(false);
        mHasUserChangedExpansion = false;
        mUserLocked = false;
        mShowingPublic = false;