Hey anyone has expert in paging 3 library. I need help. I am working on unlimited data with Viewpager 2 and Paging library. I successfully created the logic to create unlimited pages by the help of paging source. I am swiping single pages by buttons in both direction. But some issue like a weird race scenario where the smooth scroll behavior in ViewPager is attempting to do an animated scroll to an absolute position, but Paging is able to PREPEND items to the front of the list faster than the animation can scroll there. Can anyone know how to solve the problem. I asked in stack overflow but i didn't get it