Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d1d8e91 authored by Jamie Garside's avatar Jamie Garside Committed by Automerger Merge Worker
Browse files

Merge "Enable stepped clock flag in Teamfood." into tm-qpr-dev am: 1f9eb488

parents 57bbf843 1f9eb488
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -138,7 +138,8 @@ object Flags {
     * Whether the clock on a wide lock screen should use the new "stepping" animation for moving
     * Whether the clock on a wide lock screen should use the new "stepping" animation for moving
     * the digits when the clock moves.
     * the digits when the clock moves.
     */
     */
    @JvmField val STEP_CLOCK_ANIMATION = unreleasedFlag(212, "step_clock_animation")
    @JvmField
    val STEP_CLOCK_ANIMATION = unreleasedFlag(212, "step_clock_animation", teamfood = true)


    /**
    /**
     * Migration from the legacy isDozing/dozeAmount paths to the new KeyguardTransitionRepository
     * Migration from the legacy isDozing/dozeAmount paths to the new KeyguardTransitionRepository