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

Commit 032a00a9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "refactor(aconfig): Change the order of the flag to keep alphabetized" into main

parents 6d5421b1 4d7cf4b1
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"
}