From 20dd439500d58277b681d3f8d9830bc78d6ef469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6llner?= Date: Thu, 23 Mar 2023 13:09:26 +0000 Subject: [PATCH] Demote STEP_CLOCK_ANIMATION from Droidfood to Teamfood There are currently still three unsresolved issues with the animation. 1 - Overlap with notifications when waking um from AOD 2 - Overlap with notifications when cancelling and then resuming the animation quickly 3 - Not working in RTL Bug: 274892412 Bug: 272730163 Bug: 199051139 Change-Id: I098967b7bbcfe69aa3fadfcfb978925e4c00d332 Test: N/A --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 2bfd9fd5b9631..415a92e3c0183 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 @@ object Flags { * the digits when the clock moves. */ @JvmField - val STEP_CLOCK_ANIMATION = releasedFlag(212, "step_clock_animation") + val STEP_CLOCK_ANIMATION = unreleasedFlag(212, "step_clock_animation", teamfood = true) /** * Migration from the legacy isDozing/dozeAmount paths to the new KeyguardTransitionRepository