diff --git a/patches/qsb.patch b/patches/qsb.patch new file mode 100644 index 0000000..e59c744 --- /dev/null +++ b/patches/qsb.patch @@ -0,0 +1,11 @@ +diff --git a/src_build_config/com/android/launcher3/BuildConfig.java b/src_build_config/com/android/launcher3/BuildConfig.java +index 9a81d3f54c..8c83bcc372 100644 +--- a/src_build_config/com/android/launcher3/BuildConfig.java ++++ b/src_build_config/com/android/launcher3/BuildConfig.java +@@ -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; + }