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

Commit dbb63b32 authored by Sherry Zhou's avatar Sherry Zhou Committed by Automerger Merge Worker
Browse files

Merge "Fix no KeyguardStatusView on lock screen" into udc-qpr-dev am: 6168c6ee

parents 1d727e73 6168c6ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,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()