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

Commit 7f3d8d10 authored by Arne Coucheron's avatar Arne Coucheron Committed by Bruno Martins
Browse files

Disable QSB on first screen by default

Change-Id: I24f1682cbad10610f04f7b8ada238b43addd23da
parent 4088f949
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ abstract class BaseFlags {
    public static final boolean LAUNCHER3_PROMISE_APPS_IN_ALL_APPS = true;

    // Enable moving the QSB on the 0th screen of the workspace
    public static final boolean QSB_ON_FIRST_SCREEN = true;
    public static final boolean QSB_ON_FIRST_SCREEN = false;

    public static final TogglableFlag EXAMPLE_FLAG = new TogglableFlag("EXAMPLE_FLAG", true,
            "An example flag that doesn't do anything. Useful for testing");