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

Commit 23b8bad3 authored by Aaron Liu's avatar Aaron Liu
Browse files

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
parent a790261f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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