workspace qsb高度调整

This commit is contained in:
2020-11-03 14:58:37 +08:00
parent a2874fab54
commit 76f6b7bfd1
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ abstract class BaseFlags {
public static final boolean LAUNCHER3_PROMISE_APPS_IN_ALL_APPS = false;
// Enable moving the QSB on the 0th screen of the workspace
public static final boolean QSB_ON_FIRST_SCREEN = true;
public static final boolean QSB_ON_FIRST_SCREEN = false;
public static final TogglableFlag EXAMPLE_FLAG = new TogglableFlag("EXAMPLE_FLAG", true,
"An example flag that doesn't do anything. Useful for testing");