Make collapsed QS work the same as expanded

Change-Id: I59d8de76a5f06a7896fd8b70a661e5c329620c2e
Fixes: 28414350
This commit is contained in:
Jason Monk
2016-05-10 12:57:59 -04:00
parent 9b40edab61
commit 7002b410de

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