From 9704775aaf82f98503c439b403a087309c296d83 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Tue, 21 Mar 2023 13:57:33 -0700 Subject: 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 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 20e079e28eb5..4e5c6c2593a8 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -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 -- cgit v1.2.3-59-g8ed1b