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

am: a029a1a5ab

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

Change-Id: I0ed58cdbe01e791a765da08b5e71f004ffddf8fa
This commit is contained in:
Jason Monk
2016-05-11 13:48:47 +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() {