We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1811515 commit 6d7aa35Copy full SHA for 6d7aa35
src_build_config/com/android/launcher3/BuildConfig.java
@@ -24,7 +24,7 @@ public final class BuildConfig {
24
* Flag to state if the QSB is on the first screen and placed on the top,
25
* this can be overwritten in other launchers with a different value, if needed.
26
*/
27
- public static final boolean QSB_ON_FIRST_SCREEN = true;
+ public static final boolean QSB_ON_FIRST_SCREEN = false;
28
29
/**
30
* Flag to state if the widget on the top of the first screen should be shown.
0 commit comments