From 22a121bf916f44ca8647d8d113da53930c158111 Mon Sep 17 00:00:00 2001 From: Sherry Zhou Date: Thu, 20 Jul 2023 22:56:49 +0000 Subject: [PATCH] Fix no KeyguardStatusView on lock screen Test: manual Bug: 289276920 Change-Id: I59aa81f65b1db3bad0ea95d7afa6414b64ac2cf4 --- .../statusbar/phone/UnlockedScreenOffAnimationController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt b/packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt index 592d1aa8f43f5..135307accd136 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt @@ -182,7 +182,7 @@ class UnlockedScreenOffAnimationController @Inject constructor( // Cancel any existing CUJs before starting the animation interactionJankMonitor.cancel(CUJ_SCREEN_OFF_SHOW_AOD) - + PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.ALPHA) PropertyAnimator.setProperty( keyguardView, AnimatableProperty.ALPHA, 1f, AnimationProperties()