refactor(aconfig): Change the order of the flag to keep alphabetized
Bug: 340722270
Test: N/A
Flag: N/A
Change-Id: Idd1d7c55a8f0abdea4d574515b4e269f1c33ab48
diff --git a/packages/SystemUI/aconfig/accessibility.aconfig b/packages/SystemUI/aconfig/accessibility.aconfig
index 755fe2a..47b8630 100644
--- a/packages/SystemUI/aconfig/accessibility.aconfig
+++ b/packages/SystemUI/aconfig/accessibility.aconfig
@@ -4,6 +4,13 @@
# 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"
description: "Delays the showing of magnification mode switch button."
@@ -64,10 +71,3 @@
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"
-}