Fix QS not collapsing after some QQS gestures

Change-Id: I0178bb15a162f8dba19e63471d955a838eeea6c7
Fixes: 28479933
This commit is contained in:
Jason Monk
2016-05-04 16:00:36 -04:00
parent 42791eca7d
commit 69a4e8e5a0

View File

@@ -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();