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

Commit 9704775a authored by Aaron Liu's avatar Aaron Liu
Browse files

Turn flag off here because there is a bug

There is a bad bug with password where keyboard does not show up.

Fixes: 274550142
Test: Open bouncer for password method
Change-Id: Ia872564eb4ce6724eeb92a2f8fdb1ce2dfd2871a
parent bb208e41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,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)

    // 300 - power menu
    // TODO(b/254512600): Tracking Bug