is a HorizontalPager supposed to briefly compose t...
# compose
b
is a HorizontalPager supposed to briefly compose the neighbor page?
👌 1
I have a page that asks for location permissions to show location on map, but when I scroll to the page before it in the pager it shows the permission dialog as well. I even moved an item from the end to in between, and it doesn't trigger on page 2 anymore, rather page 3 which is now next to page 4 the page with the location permission. I am hitting a breakpoint inside HorizontalPager pageContent where the page shows the page index 3 which is page 4. which isn't the page that I'm scrolling to or selecting. I'm selecting index 2 page 3.
I'm guessing this has to do with the pre-fetcher that's mentioned in the beyondViewportPageCount description?
👌 2