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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user