commit | afb26cfbac26f0ad18e42056d607c16a457fc6a1 | [log] [tgz] |
---|---|---|
author | Christian Göllner <chrisgollner@google.com> | Thu Mar 09 08:35:48 2023 +0000 |
committer | Christian Göllner <chrisgollner@google.com> | Thu Mar 09 08:35:54 2023 +0000 |
tree | 9a05b66de43dd235815209cb8e0f5cc23e48e213 | |
parent | 4b4bd645634828e69e4bc086281b0e96973cc18e [diff] |
Enable STEP_CLOCK_ANIMATION For Droidfood Change-Id: I318614cfe526ce15b0a54e0a2121196547193c16 Fixes: 199051139
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 03c98d2..f506b26 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -143,7 +143,7 @@ * the digits when the clock moves. */ @JvmField - val STEP_CLOCK_ANIMATION = unreleasedFlag(212, "step_clock_animation", teamfood = true) + val STEP_CLOCK_ANIMATION = releasedFlag(212, "step_clock_animation") /** * Migration from the legacy isDozing/dozeAmount paths to the new KeyguardTransitionRepository