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

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

am 438238ee: am 629a9a0b: am 6709fba9: Merge "SysUI: Reset...

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

* commit '438238ee':
  SysUI: Reset ExpandableNotiRow.mActualHeight on reset()
parents e3aecc01 438238ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -158,6 +158,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
    public void resetHeight() {
    public void resetHeight() {
        mMaxExpandHeight = 0;
        mMaxExpandHeight = 0;
        mWasReset = true;
        mWasReset = true;
        mActualHeight = 0;
        onHeightReset();
        onHeightReset();
        requestLayout();
        requestLayout();
    }
    }