-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add method to reset a progress #17
Comments
call stop method to clear progress |
There is no stop method. I made a PR that fixes that and adds a clear method. |
Hi,
Then just call:
*initStory => is my method. I initialize all the story data over there. |
@adiazarya100 I already added a PR that is solving this: #18 |
I need a method where I can reset a progress.
I have issues with
skip()
andreverse()
, because once the progress finished, they stopped working. The reason is thatStoryProgressView.isComplete
is true.If I had a way of resetting that state, so that
isComplete
is false again, this would help a lot.The text was updated successfully, but these errors were encountered: