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

Commit 4d7cf4b1 authored by Candice's avatar Candice
Browse files

refactor(aconfig): Change the order of the flag to keep alphabetized

Bug: 340722270
Test: N/A
Flag: N/A
Change-Id: Idd1d7c55a8f0abdea4d574515b4e269f1c33ab48
parent 3472843b
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -3,6 +3,13 @@ container: "system"

# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.

flag {
    name: "create_windowless_window_magnifier"
    namespace: "accessibility"
    description: "Uses SurfaceControlViewHost to create the magnifier for window magnification."
    bug: "280992417"
}

flag {
    name: "delay_show_magnification_button"
    namespace: "accessibility"
@@ -64,10 +71,3 @@ flag {
    description: "Animates the floating menu's transition between curved and jagged edges."
    bug: "281140482"
}

flag {
    name: "create_windowless_window_magnifier"
    namespace: "accessibility"
    description: "Uses SurfaceControlViewHost to create the magnifier for window magnification."
    bug: "280992417"
}