Merge "Make collapsed QS work the same as expanded" into nyc-dev
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user