summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-09-05 13:49:20 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-05 13:49:23 +0000
commit4c866929d778d103e9e1cd102ed05761c032e676 (patch)
tree1fea1a7dd6611bd564d3baed87e7b05d5f310ce9 /packages/SystemUI
parent76c974286226b32c392222525d46008138e0ba23 (diff)
parent6e28a678c7f9fe2cae5a51bfdbab3071a2d8d0ba (diff)
downloadframeworks_base-4c866929d778d103e9e1cd102ed05761c032e676.zip
frameworks_base-4c866929d778d103e9e1cd102ed05761c032e676.tar.gz
frameworks_base-4c866929d778d103e9e1cd102ed05761c032e676.tar.bz2
Merge "Fixed a bug where the notifications could overlap when reset" into lmp-dev
Diffstat (limited to 'packages/SystemUI')
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java1
1 files changed, 1 insertions, 0 deletions
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 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
mMaxExpandHeight = 0;
mWasReset = true;
onHeightReset();
+ requestLayout();
}
@Override