2
0
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:
rahulsainani 2023-04-24 17:28:23 +02:00 committed by mergify[bot]
parent 072119bd8c
commit 6370f51c79

View File

@ -199,7 +199,7 @@ private class DisableForwardSwipeNestedScrollConnection(
if (pagerState.currentPageOffset < 0) {
return Offset.Zero
} else {
Offset(available.x, available.y)
Offset(available.x, 0f)
}
}
}