Fix no KeyguardStatusView on lock screen
Test: manual Bug: 289276920 Change-Id: I59aa81f65b1db3bad0ea95d7afa6414b64ac2cf4
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user