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

Commit 94330ec6 authored by Beverly's avatar Beverly Committed by Beverly Tai
Browse files

Flip delay bouncer flag to unreleased

Test: manually check flag in FlagFlipper
Bug: 267322286
Bug: 279794160
Change-Id: If078e800b3a4010c1853babe7c8c78fa72850713
parent a7afe1ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ object Flags {
    /** Whether to delay showing bouncer UI when face auth or active unlock are enrolled. */
    // TODO(b/279794160): Tracking bug.
    @JvmField
    val DELAY_BOUNCER = releasedFlag(235, "delay_bouncer")
    val DELAY_BOUNCER = unreleasedFlag(235, "delay_bouncer")

    /** Migrate the indication area to the new keyguard root view. */
    // TODO(b/280067944): Tracking bug.