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

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

Merge "QS: Don\'t cause click noise when opening from QQS" into nyc-dev am: 8a1561a7

am: f6d3295a

* commit 'f6d3295a':
  QS: Don't cause click noise when opening from QQS

Change-Id: I4de4dfebfc96fe9e8eb916cb983301e858364299
parents 916752b5 f6d3295a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ public class QSTileHost implements QSTile.Host, Tunable {

    public void animateToggleQSExpansion() {
        // TODO: Better path to animated panel expansion.
        mHeader.performClick();
        mHeader.callOnClick();
    }

    @Override