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

Commit 6709fba9 authored by Christoph Studer's avatar Christoph Studer Committed by Android (Google) Code Review
Browse files

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

parents 013d14f8 6a3959be
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();
    }