Workaround #352
Surely this won't have any unintended side-effects :clueless:
This commit is contained in:
parent
bad3c02fe8
commit
498af47265
@ -340,7 +340,9 @@ fun PagerScaffold(
|
||||
lowVelocityAnimationSpec = spring(
|
||||
stiffness = Spring.StiffnessMediumLow,
|
||||
),
|
||||
)
|
||||
),
|
||||
// FIXME: Workaround https://issuetracker.google.com/issues/276738324
|
||||
pageNestedScrollConnection = remember { object: NestedScrollConnection {} }
|
||||
) {
|
||||
when (it) {
|
||||
0 -> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user