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

Commit 391ca580 authored by Beverly Tai's avatar Beverly Tai Committed by Android (Google) Code Review
Browse files

Merge "Enable DELAY_BOUNCER For Droidfood" into udc-qpr-dev

parents 1884d55d b81160ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,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 = unreleasedFlag(235, "delay_bouncer", teamfood = true)
    @JvmField val DELAY_BOUNCER = releasedFlag(235, "delay_bouncer")

    /** Keyguard Migration */