diff options
author | Selim Cinek <cinek@google.com> | 2014-09-05 13:49:20 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-09-05 13:49:23 +0000 |
commit | 4c866929d778d103e9e1cd102ed05761c032e676 (patch) | |
tree | 1fea1a7dd6611bd564d3baed87e7b05d5f310ce9 /packages/SystemUI | |
parent | 76c974286226b32c392222525d46008138e0ba23 (diff) | |
parent | 6e28a678c7f9fe2cae5a51bfdbab3071a2d8d0ba (diff) | |
download | frameworks_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.java | 1 |
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 |