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

am: 0934240233

* commit '09342402332826b46cf8181196a8793202104e31':
  Make collapsed QS work the same as expanded

Change-Id: I5b9e4f642482567a2340319707f9118aa2f3511b
This commit is contained in:
Jason Monk
2016-05-11 13:45:51 +00:00
committed by android-build-merger

View File

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