From 7002b410de3dd8a6440ced4261823c49fc4fe592 Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Tue, 10 May 2016 12:57:59 -0400 Subject: [PATCH] Make collapsed QS work the same as expanded Change-Id: I59d8de76a5f06a7896fd8b70a661e5c329620c2e Fixes: 28414350 --- .../SystemUI/src/com/android/systemui/qs/QuickQSPanel.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/qs/QuickQSPanel.java b/packages/SystemUI/src/com/android/systemui/qs/QuickQSPanel.java index a11a6e59009f8..4accc8b7d1ef9 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/QuickQSPanel.java +++ b/packages/SystemUI/src/com/android/systemui/qs/QuickQSPanel.java @@ -111,11 +111,6 @@ public class QuickQSPanel extends QSPanel { } } - @Override - protected void onTileClick(QSTile tile) { - tile.secondaryClick(); - } - @Override public void onTuningChanged(String key, String newValue) { // No tunings for you. @@ -134,7 +129,7 @@ public class QuickQSPanel extends QSPanel { break; } } - super.setTiles(quickTiles, true); + super.setTiles(quickTiles, false); } private final Tunable mNumTiles = new Tunable() {