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

Commit 4c4f3ee4 authored by Jason Monk's avatar Jason Monk
Browse files

Add missing cast tile

Bug: 27061481
Change-Id: Icf037b199c382096d2145a7b3a169be2f6079e54
parent 209fd91d
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());