mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
Bug 1829682 - Fix onboarding vertical scroll
(cherry picked from commit 589e3fc21ce2796194f57d6fc3b7d44aadcb2545)
This commit is contained in:
parent
072119bd8c
commit
6370f51c79
@ -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