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

Unverified Commit 1cbea9c4 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 24e24227
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,5 +23,5 @@ public final class BuildConfig {
     * Flag to state if the QSB is on the first screen and placed on the top,
     * this can be overwritten in other launchers with a different value, if needed.
     */
    public static final boolean QSB_ON_FIRST_SCREEN = true;
    public static final boolean QSB_ON_FIRST_SCREEN = false;
}