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

Commit 6beea4fd authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Fix QS expanding" into nyc-dev

am: c2c19e34

* commit 'c2c19e34':
  Fix QS expanding

Change-Id: I0984dbddd289247c897643c12ddb7fb751a7564e
parents 41af993c c2c19e34
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -309,7 +309,7 @@ public class QuickStatusBarHeader extends BaseStatusBarHeader implements


    public void setupHost(final QSTileHost host) {
    public void setupHost(final QSTileHost host) {
        mHost = host;
        mHost = host;
        host.setHeaderView(this);
        host.setHeaderView(mExpandIndicator);
        mHeaderQsPanel.setQSPanelAndHeader(mQsPanel, this);
        mHeaderQsPanel.setQSPanelAndHeader(mQsPanel, this);
        mHeaderQsPanel.setHost(host, null /* No customization in header */);
        mHeaderQsPanel.setHost(host, null /* No customization in header */);
        setUserInfoController(host.getUserInfoController());
        setUserInfoController(host.getUserInfoController());