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

Commit 111de23d 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 7e292e93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ abstract class BaseFlags {
    public static final boolean LAUNCHER3_SPRING_ICONS = true;

    // Feature flag to 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;
    // When enabled the all-apps icon is not added to the hotseat.
    public static final boolean NO_ALL_APPS_ICON = true;