Hello, what’s changed in `Pager` in `Compose 1.5.3`? I apply `pageSize(-130.dp)` to `HorizontalPager...
n
Hello, what’s changed in
Pager
in
Compose 1.5.3
? I apply
pageSize(-130.dp)
to
HorizontalPager
but it is not working in the new version. I can’t scroll to the end of the second page as it should. Was working well before.