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

Commit 835bcc98 authored by Arne Coucheron's avatar Arne Coucheron Committed by Luca Stefani
Browse files

SystemUI: Only add GarbageMonitor tile to default tiles on ENG builds

Change-Id: Ice1bab5f3d1b3a15f20085cfb7f5578c7f70855a
parent 65a1fd32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ public class QSTileHost implements QSHost, Tunable, PluginListener<QSFactory>, D
            if (tile.equals("default")) {
                if (!addedDefault) {
                    tiles.addAll(Arrays.asList(defaultTileList.split(",")));
                    if (Build.IS_DEBUGGABLE
                    if (Build.IS_ENG
                            && GarbageMonitor.MemoryTile.ADD_TO_DEFAULT_ON_DEBUGGABLE_BUILDS) {
                        tiles.add(GarbageMonitor.MemoryTile.TILE_SPEC);
                    }