Merge "Enable stepped clock flag in Teamfood." into tm-qpr-dev am: 1f9eb48888
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20508288 Change-Id: I69406269bea0dacbae51f23203d959826b94b4c8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -138,7 +138,8 @@ object Flags {
|
||||
* Whether the clock on a wide lock screen should use the new "stepping" animation for moving
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user