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

Commit f6d3295a 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

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

Change-Id: Id28b2b808be11f5ebf23b7c8fac749aed1aa0493
parents d7d42030 8a1561a7
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