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

Commit 3c43e98d authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

QS Header: don't update everything unless we need to am: d8fb07f5

am: f9fc4e88

Change-Id: I6f4e192bce3fdd6177aeb62158a3b23d0e22eb6b
parents cf071eb7 f9fc4e88
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ public class QuickStatusBarHeader extends BaseStatusBarHeader implements

    @Override
    public void setExpanded(boolean expanded) {
        if (mExpanded == expanded) return;
        mExpanded = expanded;
        mHeaderQsPanel.setExpanded(expanded);
        updateEverything();