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

Commit 629a9a0b authored by Christoph Studer's avatar Christoph Studer Committed by Android Git Automerger
Browse files

am 6709fba9: Merge "SysUI: Reset ExpandableNotiRow.mActualHeight on reset()" into lmp-mr1-dev

* commit '6709fba9':
  SysUI: Reset ExpandableNotiRow.mActualHeight on reset()
parents 730409c3 6709fba9
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();
    }