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

Commit 8833826b authored by Sebastián Franco's avatar Sebastián Franco Committed by Android (Google) Code Review
Browse files

Merge "Adding grid_migration_fix and narrow_grid_restore flag" into main

parents 07959348 e2823905
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -186,3 +186,23 @@ flag {
    description: "Use an activity for home screen overlay"
    bug: "273828110"
}

flag {
    name: "grid_migration_fix"
    namespace: "launcher"
    description: "Keep items in place when migrating to a bigger grid"
    bug: "325286145"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "narrow_grid_restore"
    namespace: "launcher"
    description: "Using only the most recent workspace when restoring to avoid confusion."
    bug: "325285743"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}