Merge "SysUI: Reset ExpandableNotiRow.mActualHeight on reset()" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6709fba99e
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user