Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d2709d4 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Fix QS expanding" into nyc-dev am: c2c19e34

am: 6beea4fd

* commit '6beea4fd':
  Fix QS expanding

Change-Id: Ie643b4e4acac39d0d3aada8966e5217133902dbb
parents 30409721 6beea4fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ public class QuickStatusBarHeader extends BaseStatusBarHeader implements

    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());