Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Version used: com.android.support:appcompat-v7:28.0.0
Devices/Android versions reproduced on: Android 10/Android 6
when we use ViewPager display a lot of data , we use setCurrentItem to jump from one page to another long distance index.
such as from 100 to 500 ,then from 1000 to 10 then from 10 to 600.
the ViewPager blocked on "void populate(int newCurrentItem)" for a long long time ,until anr crashed
we make a example project , please run the example project and click "Change Size" button several times ,usually two or three times ,the activity will be blocked.
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).