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

Commit 2c74a053 authored by Beverly's avatar Beverly
Browse files

Enable DELAY_BOUNCER For Teamfood

Test: manual
Bug: 279794160
Bug: 267322286
Change-Id: Iabfac00c8b2711e6ab0e7278d5c8a10b893abe35
parent e77973b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -247,7 +247,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")
    val DELAY_BOUNCER = unreleasedFlag(235, "delay_bouncer", teamfood = true)

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