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

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

Merge "Add missing cast tile" into nyc-dev am: d6b6e9c2

am: acbcbdc1

* commit 'acbcbdc1':
  Add missing cast tile
parents 266f8cba acbcbdc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ public class TileQueryHelper {
    private void addSystemTiles(QSTileHost host) {
        boolean hasColorMod = host.getDisplayController().isEnabled();
        String possible = mContext.getString(R.string.quick_settings_tiles_default)
                + ",hotspot,inversion,saver,work" + (hasColorMod ? ",colors" : "");
                + ",hotspot,inversion,saver,work,cast" + (hasColorMod ? ",colors" : "");
        String[] possibleTiles = possible.split(",");
        final Handler qsHandler = new Handler(host.getLooper());
        final Handler mainHandler = new Handler(Looper.getMainLooper());