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

Commit 0b8e64ec authored by Arne Coucheron's avatar Arne Coucheron Committed by Michael Bestas
Browse files

Disable QSB on first screen by default

Change-Id: I24f1682cbad10610f04f7b8ada238b43addd23da
parent f65d9a99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public final class FeatureFlags {
     * Enable moving the QSB on the 0th screen of the workspace. This is not a configuration feature
     * and should be modified at a project level.
     */
    public static final boolean QSB_ON_FIRST_SCREEN = true;
    public static final boolean QSB_ON_FIRST_SCREEN = false;

    /**
     * Feature flag to handle define config changes dynamically instead of killing the process.