Merge "Fixed a bug where the notifications could overlap when reset" into lmp-dev

This commit is contained in:
Selim Cinek
2014-09-05 13:49:20 +00:00
committed by Android (Google) Code Review

View File

@@ -147,6 +147,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
mMaxExpandHeight = 0;
mWasReset = true;
onHeightReset();
requestLayout();
}
@Override