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

Commit c2c19e34 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Fix QS expanding" into nyc-dev

parents 6e0b305f 324ed237
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());