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

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)
}
}
}