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

Commit 6a3959be authored by Christoph Studer's avatar Christoph Studer
Browse files

SysUI: Reset ExpandableNotiRow.mActualHeight on reset()

Fixes a bug where the wrong layout was selected for expanded
notifications on update.

Bug: 17740662
Change-Id: I1adf329d82069e4d4b6c94cdbbea8e1646bc5b32
parent 2c2cb29a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -158,6 +158,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
    public void resetHeight() {
        mMaxExpandHeight = 0;
        mWasReset = true;
        mActualHeight = 0;
        onHeightReset();
        requestLayout();
    }