diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2020-12-24 19:48:04 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-23 09:45:00 +0800 |
commit | 19b83d4f05d873b64109035a180bfc13c1a84f6e (patch) | |
tree | 8b51dc7e172dca7a32f3e7704049f580fe3c3fac | |
parent | 977a1b47f03fc712206ce0427bc1f191d4a13542 (diff) |
Launcher3: Disable MULTI_DB_GRID_MIRATION_ALGO
This seems to be incomplete, breaking custom
workspace order on upgrade or grid size change.
Test: m, observe upgrading from previous android
version doesn't break custom workspace and
changing grid sizes works properly, including
grid preview in ThemePicker.
Change-Id: Iee4cb6eb498d7bd3cd56e0c0b73cda1d42f5a3f1
-rw-r--r-- | src/com/android/launcher3/config/FeatureFlags.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/config/FeatureFlags.java b/src/com/android/launcher3/config/FeatureFlags.java index 3e7523fe17..61156e1769 100644 --- a/src/com/android/launcher3/config/FeatureFlags.java +++ b/src/com/android/launcher3/config/FeatureFlags.java @@ -145,7 +145,7 @@ public final class FeatureFlags { "ENABLE_DEEP_SHORTCUT_ICON_CACHE", true, "R/W deep shortcut in IconCache"); public static final BooleanFlag MULTI_DB_GRID_MIRATION_ALGO = getDebugFlag( - "MULTI_DB_GRID_MIRATION_ALGO", true, "Use the multi-db grid migration algorithm"); + "MULTI_DB_GRID_MIRATION_ALGO", false, "Use the multi-db grid migration algorithm"); public static final BooleanFlag ENABLE_THEMED_ICONS = getDebugFlag( "ENABLE_THEMED_ICONS", true, "Enable themed icons on workspace"); |