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

Commit afe5a367 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

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

Change-Id: I9193278a1b6c39ab632ca741e7ef2971e5555e0d
parents 1390fb70 09342402
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() {