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

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

Merge "Fix QS not collapsing after some QQS gestures" into nyc-dev

am: 12b1776d

* commit '12b1776d':
  Fix QS not collapsing after some QQS gestures

Change-Id: I6d9f217dc122511bc898a36a8c019cd6c7bc265e
parents 512c406b 12b1776d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -220,6 +220,7 @@ public class QSPanel extends LinearLayout implements Tunable, Callback {
        }
        MetricsLogger.visibility(mContext, MetricsEvent.QS_PANEL, mExpanded);
        if (!mExpanded) {
            mTriggeredExpand = false;
            closeDetail();
        } else {
            logTiles();