diff options
| author | 2022-12-06 14:08:23 -0500 | |
|---|---|---|
| committer | 2022-12-06 14:08:24 -0500 | |
| commit | 233c2f33c7d66c0c24733cd3bdc26e0f125a8b0f (patch) | |
| tree | 7ba0fc9cd031e0170cdbb4467f81b3c8d8c8026c | |
| parent | 1c79c55c4eeaacc8fece031cf0b2c7facbaa8880 (diff) | |
Disable light reveal migration in teamfood; it is not and was not ready.
Bug: 261602024
Test: light reveal goes back to working
Change-Id: I00f70fab289966423a035385a4a9d1371ffd8c46
| -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 7c05356dd5fc..6bcabc750eee 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -169,7 +169,7 @@ object Flags { * new KeyguardTransitionRepository. */ @JvmField - val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = true) + val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = false) // 300 - power menu // TODO(b/254512600): Tracking Bug |