Open Vitor238 opened 5 years ago
Hi. I'm using the following code to add fragments with StoriesProgressView to the viewpager:
for (String id : userIdList) { adapter.addFragment(new StoryFragment(id)); }
But when I open the viewpager, all stories start at the same time. How to fix this?
Hi. I'm using the following code to add fragments with StoriesProgressView to the viewpager:
But when I open the viewpager, all stories start at the same time. How to fix this?