Move async_bouncer to teamfood.

Turning teamfood on in udc-dev after a fix has been made.

Bug: 272091103
Test: turn on bouncer with flag on/off
Change-Id: I082c94f751e85034c703b795af6ff15ef4915ad3
This commit is contained in:
Aaron Liu
2023-03-22 14:51:19 -07:00
parent e6a7308fca
commit 50c1aaa245

View File

@@ -226,7 +226,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 = false)
val ASYNC_INFLATE_BOUNCER = unreleasedFlag(229, "async_inflate_bouncer", teamfood = true)
/** Whether to inflate the bouncer view on a background thread. */
// TODO(b/273341787): Tracking Bug