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

Commit e768e3dd authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

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

parents f54c0371 2ad14d18
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")