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

Commit d19cc93c authored by Toshiki Kikuchi's avatar Toshiki Kikuchi
Browse files

Add enable_dynamic_radius_computation_bugfix

Flag: EXEMPT - add flag
Bug: 399630464
Test: m
Change-Id: Ic238e8ce18027ee0e643773eabcb1e617a168bea
parent 9d50b1b6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -945,3 +945,13 @@ flag {
    description: "Enable restart menu UI, which is shown when an app moves between displays."
    bug: "397804287"
}

flag {
    name: "enable_dynamic_radius_computation_bugfix"
    namespace: "lse_desktop_experience"
    description: "Enables bugfix to compute the corner/shadow radius of desktop windows dynamically with the current window context."
    bug: "399630464"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}