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

Commit 4773e223 authored by Aaron Liu's avatar Aaron Liu Committed by Android (Google) Code Review
Browse files

Merge "Turn flag off here because there is a bug" into tm-qpr-dev

parents 751a07fb 9704775a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ object Flags {
    /** Whether to inflate the bouncer view on a background thread. */
    // TODO(b/272091103): Tracking Bug
    @JvmField
    val ASYNC_INFLATE_BOUNCER = unreleasedFlag(229, "async_inflate_bouncer", teamfood = true)
    val ASYNC_INFLATE_BOUNCER = unreleasedFlag(229, "async_inflate_bouncer", teamfood = false)

    /** Whether to inflate the bouncer view on a background thread. */
    // TODO(b/273341787): Tracking Bug