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

Commit 908ac788 authored by Aaron Liu's avatar Aaron Liu Committed by Automerger Merge Worker
Browse files

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

Merge "Turn flag off here because there is a bug" into tm-qpr-dev am: 4773e223 am: fc707f2d am: aa0ac6d5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22187049



Change-Id: Ifea9bdf18cf2d18186674f0eeeed9a4b45bb68a4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c053112f aa0ac6d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = true)
    val ASYNC_INFLATE_BOUNCER = unreleasedFlag(229, "async_inflate_bouncer", teamfood = false)

    /** Whether to inflate the bouncer view on a background thread. */
    // TODO(b/273341787): Tracking Bug