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

This commit is contained in:
TreeHugger Robot
2016-05-04 21:58:17 +00:00
committed by Android (Google) Code Review

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