Hi all, I'm experiencing very odd behaviour with H...
# compose
d
Hi all, I'm experiencing very odd behaviour with HorizontalPager and PullToRefreshBox. I have a HorizontalPager that passes the same PullToRefreshState to each of my screens. Whatever screens is the first in the pager, the second time I pull to refresh, the refreshstate will jump to 100% (see video). Weirdly enough, it doesn't happen to the second screen and if I put the Teachers screen as the first one in the pager, it will happen to it but not to Timetable screen. I am kind of lost on why this might happen, does anyone have any ideas?
My problem seems to be that I am using one PullToRefreshState with multiple PullToRefreshBoxes. Is there any ways to use multiple but then somehow mirror them or something? I don't want to resort to moving the PullToRefreshBox to the parent because that will create many more issues.