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

Commit c33f328a authored by Jason Monk's avatar Jason Monk
Browse files

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

Bug: 28770315
Change-Id: I972ae81b07db38699c4d88dbf1c556ea17258782
parent d86ac811
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