commit | c2c19e34e6d2b1c68c36a2f8275a302b38ea9c83 | [log] [tgz] |
---|---|---|
author | Jason Monk <jmonk@google.com> | Thu Apr 07 15:51:04 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 07 15:51:05 2016 +0000 |
tree | cf870bbd909b588ea0bfda3eddadc3def8007bfd | |
parent | 6e0b305fc03f7bdc8400ebd283b55a057518f040 [diff] | |
parent | 324ed2378a9d506ee9ee38b27ed0317658951e33 [diff] |
Merge "Fix QS expanding" into nyc-dev
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickStatusBarHeader.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickStatusBarHeader.java index f3aba4f..e8170fb 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickStatusBarHeader.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickStatusBarHeader.java
@@ -309,7 +309,7 @@ public void setupHost(final QSTileHost host) { mHost = host; - host.setHeaderView(this); + host.setHeaderView(mExpandIndicator); mHeaderQsPanel.setQSPanelAndHeader(mQsPanel, this); mHeaderQsPanel.setHost(host, null /* No customization in header */); setUserInfoController(host.getUserInfoController());