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