Loading packages/SystemUI/src/com/android/systemui/flags/Flags.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -143,7 +143,7 @@ object Flags { * the digits when the clock moves. * the digits when the clock moves. */ */ @JvmField @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 * Migration from the legacy isDozing/dozeAmount paths to the new KeyguardTransitionRepository Loading Loading
packages/SystemUI/src/com/android/systemui/flags/Flags.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -143,7 +143,7 @@ object Flags { * the digits when the clock moves. * the digits when the clock moves. */ */ @JvmField @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 * Migration from the legacy isDozing/dozeAmount paths to the new KeyguardTransitionRepository Loading