Loading packages/SystemUI/src/com/android/systemui/statusbar/events/SystemStatusAnimationScheduler.kt +5 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,11 @@ class SystemStatusAnimationScheduler @Inject constructor( ) : AnimatorListenerAdapter() { override fun onAnimationEnd(p0: Animator?) { chipAnimationController.onChipAnimationEnd(animationState) animationState = endState animationState = if (endState == SHOWING_PERSISTENT_DOT && !hasPersistentDot) { IDLE } else { endState } } override fun onAnimationStart(p0: Animator?) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/events/SystemStatusAnimationScheduler.kt +5 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,11 @@ class SystemStatusAnimationScheduler @Inject constructor( ) : AnimatorListenerAdapter() { override fun onAnimationEnd(p0: Animator?) { chipAnimationController.onChipAnimationEnd(animationState) animationState = endState animationState = if (endState == SHOWING_PERSISTENT_DOT && !hasPersistentDot) { IDLE } else { endState } } override fun onAnimationStart(p0: Animator?) { Loading