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

Commit 7bd1d53d authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

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

am: afe5a367

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

Change-Id: I99951f9b9189e81701bc27cce5afe3592a9182f0
parents 615f5c76 afe5a367
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() {