views-widgets-samples
views-widgets-samples copied to clipboard
ViewPager2 bug
When I open a new activity, press the back key; Viewpager2 will automatically scroll
当我打开一个新的activity后,按返回键Viewpager2会自动滚动
Remove the setOffscreenPageLimit (2) code and it works,I don't why?
@azhon have you found a solution of this? I have the same issue, If I set offscreenPageLimit = 2, the viewpager automatically scroll when I dispatch a diffutils update, If I remove does not happens. Any idea?
@agustinsivoplas No solution found, forced to use ViewPager; can only wait for Google to find out what caused the problem