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

Commit cc1d16c3 authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "Use stiffer spring for blurs" into rvc-dev am: a9574759 am:...

Merge "Use stiffer spring for blurs" into rvc-dev am: a9574759 am: 9b1168dc am: 3eb8ebb1 am: fbd1bb70

Change-Id: I0b30e78bdbd6835f1297e6066fd61aca53eb7acc
parents d06e2eae fbd1bb70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ class NotificationShadeDepthController @Inject constructor(
        init {
            springAnimation.spring = SpringForce(0.0f)
            springAnimation.spring.dampingRatio = SpringForce.DAMPING_RATIO_NO_BOUNCY
            springAnimation.spring.stiffness = SpringForce.STIFFNESS_MEDIUM
            springAnimation.spring.stiffness = SpringForce.STIFFNESS_HIGH
            springAnimation.addEndListener { _, _, _, _ -> pendingRadius = -1 }
        }