shts / StoriesProgressView

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

OnReverse() and OnSkip() no found in this case #37

Open BrandonAPZ opened 4 years ago

BrandonAPZ commented 4 years ago

Hello colleagues, I would also like to achieve the transition of stories from one user to stories from another, but I am facing a problem that I wanted to ask you if you went through it and how did you solve it. What happens is that I am initializing the list of stories of the first user and when it passes to the onComplete () I initialize the list of stories of the other user and do a storiesProgressView.startStories () but storiesProgressView.reverse () and storiesProgressView no longer work for me .skip () ... do you have any idea why this happens?