diff options
| author | 2023-03-22 19:02:24 +0000 | |
|---|---|---|
| committer | 2023-03-22 19:02:24 +0000 | |
| commit | 4773e223c9433d51e58fa5d14519e4d2b79793da (patch) | |
| tree | bc8002d0a07374b1a7bbb3d65383c05c57fd0ebb | |
| parent | 751a07fbca4cb0dcfc119ec12183a64ddf0b671e (diff) | |
| parent | 9704775aaf82f98503c439b403a087309c296d83 (diff) | |
Merge "Turn flag off here because there is a bug" into tm-qpr-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index cc56c488aa4f..2bfd9fd5b963 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -233,7 +233,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 |