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

Commit f029ba0f authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Ensure blur radius goes to 0" into tm-dev am: e768e3dd"

parents b0860e87 a980aad6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ class NotificationShadeDepthController @Inject constructor(
                addListener(object : AnimatorListenerAdapter() {
                    override fun onAnimationEnd(animation: Animator?) {
                        keyguardAnimator = null
                        wakeAndUnlockBlurRadius = 0f
                        scheduleUpdate()
                    }
                })
@@ -439,7 +440,7 @@ class NotificationShadeDepthController @Inject constructor(
            it.println("StatusBarWindowBlurController:")
            it.increaseIndent()
            it.println("shadeExpansion: $shadeExpansion")
            it.println("shouldApplyShaeBlur: ${shouldApplyShadeBlur()}")
            it.println("shouldApplyShadeBlur: ${shouldApplyShadeBlur()}")
            it.println("shadeAnimation: ${shadeAnimation.radius}")
            it.println("brightnessMirrorRadius: ${brightnessMirrorSpring.radius}")
            it.println("wakeAndUnlockBlur: $wakeAndUnlockBlurRadius")