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

Commit d043b6bf authored by Abhisek Devkota's avatar Abhisek Devkota
Browse files

Add AutoRotate as Default tile

This is useful on larger devices (phablets/tablets).

Change-Id: I16f0907e226d317ec970622fc999de5219030fa6
parent 44029dc8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,5 +47,6 @@ public class QSConstants {
            TILES_DEFAULT.add(TILE_BATTERY);
            TILES_DEFAULT.add(TILE_AIRPLANE);
            TILES_DEFAULT.add(TILE_BLUETOOTH);
            TILES_DEFAULT.add(TILE_AUTOROTATE);
        }
}