diff options
author | 2016-05-25 18:14:56 +0000 | |
---|---|---|
committer | 2016-05-25 18:14:57 +0000 | |
commit | 6088cf67e8895b5ae09e8d99d57f9ae9279a2470 (patch) | |
tree | 628e38565d188ec504c3610d39127e466bdaf8c7 | |
parent | 163236156f28449272e16193930692d2cc0011cb (diff) | |
parent | 5f56d85552a5fbbf67ddafd05ab1103b64538a10 (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.java | 1 |
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 |