Hi! I’m having a problem with `HorizontalPager`. I...
# compose
r
Hi! I’m having a problem with
HorizontalPager
. It’s working as expected while I don’t change the screen, but when I try to click on item (to navigate to a different screen) while moving form one page to another then it remains in the middle when I get back to the screen where
HorizontalPager
is implemented. I assume that this could be handled with
FlingBehavior
, but how?
Can this even be fixed?