Release ASYNC_BOUNCER flag

this will allow users to inflate the bouncer on a bg thread when
showing.

Fixes: 269522372
Bug: 272091103
Test: many weeks of local testing showing/hiding the bouncer.
Change-Id: Ib45034ea3a67c8189f01f6df75275042f6d51d69
This commit is contained in:
Aaron Liu
2023-04-03 08:34:39 -07:00
parent a790261f61
commit 23b8bad369

View File

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