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