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

Commit e2823905 authored by Sebastian Franco's avatar Sebastian Franco Committed by Sebastián Franco
Browse files

Adding grid_migration_fix and narrow_grid_restore flag

Flag: ACONFIG grid_migration_fix disabled
Flag: ACONFIG narrow_grid_restore disabled
Test: NA
Bug: 325286145
Bug: 325285743
Change-Id: Ibac4f8f7df7b020582bfa6cbc5756fcb743a3d09
parent ef4b102a
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -179,3 +179,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
    }
}