Remove deprecated parameter

This commit is contained in:
MM20 2023-12-29 19:15:44 +01:00
parent f2881874a2
commit 921c641cf6
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -407,7 +407,6 @@ fun PagerScaffold(
lowVelocityAnimationSpec = spring( lowVelocityAnimationSpec = spring(
stiffness = Spring.StiffnessMediumLow, stiffness = Spring.StiffnessMediumLow,
), ),
snapVelocityThreshold = 1000.dp,
pagerSnapDistance = remember { pagerSnapDistance = remember {
object : PagerSnapDistance { object : PagerSnapDistance {
override fun calculateTargetPage( override fun calculateTargetPage(