shts / StoriesProgressView

show horizontal progress like instagram stories.
Apache License 2.0
885 stars 203 forks source link

Stories starting at the same time. #29

Open Vitor238 opened 5 years ago

Vitor238 commented 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?