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

Commit f4a3ca4e authored by Anna Bauza's avatar Anna Bauza
Browse files

Create a config flag for Widget Scaling Bugfix

Bug: 430040190
Flag: android.multiuser.widget_scaling_bugfix
Test: N/A
Change-Id: I5bb9b84ab46a3eca6dbecc4293d52f7a8b2b0ef9
parent 6ed4b73f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -83,6 +83,17 @@ flag {
    bug: "409327566"
}

flag {
    name: "widget_scaling_bugfix"
    namespace: "multiuser"
    description: "When flag is enabled, scaling fixes are applied to the widget"
    bug: "430040190"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}


# End Multiuser Widget flags #

flag {