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

Commit e108a5ac authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 539d81dd 2c74a053
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.