Skip to content

Commit 6d7aa35

Browse files
arconeobuddy89
authored andcommitted
Launcher3: Disable QSB on first screen by default
Change-Id: I24f1682cbad10610f04f7b8ada238b43addd23da
1 parent 1811515 commit 6d7aa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_build_config/com/android/launcher3/BuildConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public final class BuildConfig {
2424
* Flag to state if the QSB is on the first screen and placed on the top,
2525
* this can be overwritten in other launchers with a different value, if needed.
2626
*/
27-
public static final boolean QSB_ON_FIRST_SCREEN = true;
27+
public static final boolean QSB_ON_FIRST_SCREEN = false;
2828

2929
/**
3030
* Flag to state if the widget on the top of the first screen should be shown.

0 commit comments

Comments
 (0)