diff options
| author | 2023-05-17 17:28:33 +0000 | |
|---|---|---|
| committer | 2023-05-17 17:28:33 +0000 | |
| commit | 53ea0747ff872b0def91702685130f23c9fcce9a (patch) | |
| tree | 7038419ad5f85a894433141d72db8a723de27ebf | |
| parent | ca25fbc7c323fa36a8dd0519b0835f76467164a9 (diff) | |
| parent | 067ad8ed0230b3673e3290594aedef38a4160cfd (diff) | |
Merge "Activate flag for Light Reveal Effect" into udc-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 |
1 files changed, 2 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 524cfaa0dc29..c4e894ad34e5 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -166,8 +166,9 @@ object Flags { * Migrates control of the LightRevealScrim's reveal effect and amount from legacy code to the * new KeyguardTransitionRepository. */ + // TODO(b/281655028): Tracking bug @JvmField - val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = false) + val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = true) /** Flag to control the migration of face auth to modern architecture. */ // TODO(b/262838215): Tracking bug |