Fix no KeyguardStatusView on lock screen am: 22a121bf91

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

Change-Id: I7fd54f5b0a3ed0c17860d2b57fe66ef3c4ec72cb
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:14:27 +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
interactionJankMonitor.cancel(CUJ_SCREEN_OFF_SHOW_AOD)
PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.ALPHA)
PropertyAnimator.setProperty(
keyguardView, AnimatableProperty.ALPHA, 1f,
AnimationProperties()