mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Bug 1829682 - Fix onboarding vertical scroll
This commit is contained in:
parent
d9d6c4093c
commit
9a42f5e6e1
@ -199,7 +199,7 @@ private class DisableForwardSwipeNestedScrollConnection(
|
||||
if (pagerState.currentPageOffset < 0) {
|
||||
return Offset.Zero
|
||||
} else {
|
||||
Offset(available.x, available.y)
|
||||
Offset(available.x, 0f)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user