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

Commit 171c9f20 authored by Michael Mikhail's avatar Michael Mikhail Committed by Automerger Merge Worker
Browse files

Merge "Modify Snapback spring stiffness" into tm-qpr-dev am: 7825481a am: 00e0f8b4

parents 2c5fbe22 00e0f8b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ private const val SETTINGS_BUTTON_TRANSLATION_FRACTION = 0.3f
 * were not provided, and a default spring was not set via [PhysicsAnimator.setDefaultSpringConfig].
 */
private val translationConfig = PhysicsAnimator.SpringConfig(
        SpringForce.STIFFNESS_MEDIUM,
        SpringForce.STIFFNESS_LOW,
        SpringForce.DAMPING_RATIO_LOW_BOUNCY)

/**