Loading packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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(); } } Loading