commit | bdc3961fef7b57f98bd6091b79fb511081237d8e | [log] [tgz] |
---|---|---|
author | Ricky Wai <rickywai@google.com> | Thu Apr 07 16:20:42 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 07 16:20:43 2016 +0000 |
tree | 7a075b1dc3e8455098e0feff104a5c8107c52b2f | |
parent | c2c19e34e6d2b1c68c36a2f8275a302b38ea9c83 [diff] | |
parent | 035e92447084b96ef2c9125e77105c237e20bad3 [diff] |
Merge "Fix work profile screen timeout policy" 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());