summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Selim Cinek <cinek@google.com> 2016-05-25 18:14:56 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-05-25 18:14:57 +0000
commit6088cf67e8895b5ae09e8d99d57f9ae9279a2470 (patch)
tree628e38565d188ec504c3610d39127e466bdaf8c7
parent163236156f28449272e16193930692d2cc0011cb (diff)
parent5f56d85552a5fbbf67ddafd05ab1103b64538a10 (diff)
Merge "Fixed a bug where the expand button was invisible" into nyc-dev
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java
index 32b61cd1fe0b..f3c666f90e40 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java
@@ -263,6 +263,7 @@ public class NotificationContentView extends FrameLayout {
invalidateOutline();
selectLayout(false /* animate */, mForceSelectNextLayout /* force */);
mForceSelectNextLayout = false;
+ updateExpandButtons(mExpandable);
}
@Override