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

Commit 14b545df 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: a029a1a5

am: b36a6253

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

Change-Id: Ia333c8d6518da656ee655f3a7fa84c17da429d0a
parents 2990387d b36a6253
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() {