Fix no KeyguardStatusView on lock screen am: 22a121bf91

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24179446

Change-Id: Ie00d911069fe9696ac04692a24a458571ff04be0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Sherry Zhou
2023-07-24 19:10:16 +00:00
committed by Automerger Merge Worker

View File

@@ -182,7 +182,7 @@ class UnlockedScreenOffAnimationController @Inject constructor(
// Cancel any existing CUJs before starting the animation // Cancel any existing CUJs before starting the animation
interactionJankMonitor.cancel(CUJ_SCREEN_OFF_SHOW_AOD) interactionJankMonitor.cancel(CUJ_SCREEN_OFF_SHOW_AOD)
PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.ALPHA)
PropertyAnimator.setProperty( PropertyAnimator.setProperty(
keyguardView, AnimatableProperty.ALPHA, 1f, keyguardView, AnimatableProperty.ALPHA, 1f,
AnimationProperties() AnimationProperties()