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

Commit 7002b410 authored by Jason Monk's avatar Jason Monk
Browse files

Make collapsed QS work the same as expanded

Change-Id: I59d8de76a5f06a7896fd8b70a661e5c329620c2e
Fixes: 28414350
parent 9b40edab
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() {