Reputation: 11
I have been stuck on this for a while now. I have implemented Paging 3 with jetpack compose along with a remote mediator (Room Database) and its working fine. I just want to reset the paging and scroll to the top of the list when I navigate back to the screen of the paged list. animateToScroll(0) does not work it just scrolls the list on top of the current page. What I want is reset the entire list and start again like when its first opened.
Upvotes: 1
Views: 2294