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

Commit 1fe6c19c authored by Bhavuk Jain's avatar Bhavuk Jain
Browse files

Enabled the flag for Material U shapes and auto pin confirmation on

lockscreen

Bug: b/262928040
Test: Tested by building and flashing on local
Change-Id: I49492199a2343826f4dcd5f770fbc3de760dcca6
parent 036b40a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ object Flags {
    // flag for controlling auto pin confirmation and material u shapes in bouncer
    @JvmField
    val AUTO_PIN_CONFIRMATION =
        unreleasedFlag(224, "auto_pin_confirmation", "auto_pin_confirmation")
        releasedFlag(224, "auto_pin_confirmation", "auto_pin_confirmation", teamfood = true)

    // TODO(b/262859270): Tracking Bug
    @JvmField val FALSING_OFF_FOR_UNFOLDED = releasedFlag(225, "falsing_off_for_unfolded")