Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a0aa6a7 authored by Michael Bestas's avatar Michael Bestas
Browse files

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
parent f7020577
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,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_LAUNCHER_PREVIEW_IN_GRID_PICKER = getDebugFlag(
            "ENABLE_LAUNCHER_PREVIEW_IN_GRID_PICKER", true, "Show launcher preview in grid picker");