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
This commit is contained in:
Aaron Liu
2023-03-21 13:57:33 -07:00
parent bb208e4159
commit 9704775aaf

View File

@@ -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