diff options
| author | 2023-03-23 13:09:26 +0000 | |
|---|---|---|
| committer | 2023-03-23 13:11:12 +0000 | |
| commit | 20dd439500d58277b681d3f8d9830bc78d6ef469 (patch) | |
| tree | 7b348e1ed951fce41739f231db9c0e067d2f63b0 | |
| parent | d094fe2516c910ff55067e0b7ad9fb9aec425049 (diff) | |
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
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 2bfd9fd5b963..415a92e3c018 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 |