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

Commit 324ed237 authored by Jason Monk's avatar Jason Monk
Browse files

Fix QS expanding

The QS host triggers the expand by clicking on a view that will
expand QS, but the header itself doesn't handle expands anymore,
it is handled by the expand indicator.

Bug: 28060735
Change-Id: I4daaeb754d294d5e6647dedf36ab2161c6a0fa56
parent b65b7105
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());