am a129a3b8: am 0b0b3f40: am 1f49d9b3: Merge "Fixed a bug where the notifications could overlap when reset" into lmp-dev

* commit 'a129a3b89ec2ba57de4c569f3d629509446fe092':
  Fixed a bug where the notifications could overlap when reset
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java b/packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java
index e3a0b18..c13593a 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java
@@ -147,6 +147,7 @@
         mMaxExpandHeight = 0;
         mWasReset = true;
         onHeightReset();
+        requestLayout();
     }
 
     @Override