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

Commit a2cec2c5 authored by Candice's avatar Candice
Browse files

fix(fullscreen border): Add flag for updating corner radius on display changed

Bug: 335113174
Test: NA. create aconfig flag
Flag: com.android.systemui.update_corner_radius_on_display_changed
Change-Id: Idbccb99a27943302aa44b5bbef8255b24fd6c7b4
parent 10d1fca8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -89,6 +89,16 @@ flag {
    }
}

flag {
    name: "update_corner_radius_on_display_changed"
    namespace: "accessibility"
    description: "Updates the corner radius to the magnification fullscreen border when the display changes."
    bug: "335113174"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "hearing_devices_dialog_related_tools"
    namespace: "accessibility"