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

Commit 4847581b authored by Candice's avatar Candice
Browse files

fix(magnification settings): create flag for restoring button status

Bug: 325567876
Test: N/A
Flag: ACONFIG com.android.systemui.save_and_restore_magnification_settings_buttons DEVELOPMENT
Change-Id: I11a9a33ff2b10648d969472e06af6830ab35330b
parent 4d7cf4b1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -71,3 +71,13 @@ flag {
    description: "Animates the floating menu's transition between curved and jagged edges."
    bug: "281140482"
}

flag {
    name: "save_and_restore_magnification_settings_buttons"
    namespace: "accessibility"
    description: "Saves the selected button status in magnification settings and restore the status when revisiting the same smallest screen DP."
    bug: "325567876"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}