Loading src/com/android/launcher3/config/BaseFlags.java +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ abstract class BaseFlags { public static final boolean LAUNCHER3_SPRING_ICONS = true; // Feature flag to 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; // When enabled the all-apps icon is not added to the hotseat. public static final boolean NO_ALL_APPS_ICON = true; Loading Loading
src/com/android/launcher3/config/BaseFlags.java +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ abstract class BaseFlags { public static final boolean LAUNCHER3_SPRING_ICONS = true; // Feature flag to 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; // When enabled the all-apps icon is not added to the hotseat. public static final boolean NO_ALL_APPS_ICON = true; Loading