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

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

Merge "fix(magnification settings): create flag for restoring button status" into main

parents 032a00a9 4847581b
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
    }
}