Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5625faf3 authored by Sherry Zhou's avatar Sherry Zhou Committed by Android Build Coastguard Worker
Browse files

Fix no KeyguardStatusView on lock screen

Test: manual
Bug: 289276920
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:22a121bf916f44ca8647d8d113da53930c158111)
Merged-In: I59aa81f65b1db3bad0ea95d7afa6414b64ac2cf4
Change-Id: I59aa81f65b1db3bad0ea95d7afa6414b64ac2cf4
parent e613c532
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()