Merge "Make collapsed QS work the same as expanded" into nyc-dev

This commit is contained in:
Jason Monk
2016-05-11 13:37:17 +00:00
committed by Android (Google) Code Review

View File

@@ -111,11 +111,6 @@ public class QuickQSPanel extends QSPanel {
} }
} }
@Override
protected void onTileClick(QSTile<?> tile) {
tile.secondaryClick();
}
@Override @Override
public void onTuningChanged(String key, String newValue) { public void onTuningChanged(String key, String newValue) {
// No tunings for you. // No tunings for you.
@@ -134,7 +129,7 @@ public class QuickQSPanel extends QSPanel {
break; break;
} }
} }
super.setTiles(quickTiles, true); super.setTiles(quickTiles, false);
} }
private final Tunable mNumTiles = new Tunable() { private final Tunable mNumTiles = new Tunable() {