From 4cc2be49efa697ff1d581b272f53b41348684e09 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Wed, 17 Aug 2022 22:02:33 -0400 Subject: [PATCH 1/4] Disable QSB in BuildConfig Change-Id: I3150ef1d9b8c161ed2a6569d1ae75bba0060b36f --- src_build_config/com/android/launcher3/BuildConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2