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

This commit is contained in:
Aaron Liu
2023-03-22 19:02:24 +00:00
committed by Android (Google) Code Review

View File

@@ -233,7 +233,7 @@ object Flags {
/** Whether to inflate the bouncer view on a background thread. */ /** Whether to inflate the bouncer view on a background thread. */
// TODO(b/272091103): Tracking Bug // TODO(b/272091103): Tracking Bug
@JvmField @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. */ /** Whether to inflate the bouncer view on a background thread. */
// TODO(b/273341787): Tracking Bug // TODO(b/273341787): Tracking Bug