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

Commit 14d5f852 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: I09a6931530c801ad88120847539f53b6b14f2227
parents 26a46271 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();