Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09342402 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

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

parents 7fa50169 7002b410
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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() {