I need a method where I can reset a progress.
I have issues with skip() and reverse(), because once the progress finished, they stopped working. The reason is that StoryProgressView.isComplete is true.
If I had a way of resetting that state, so that isComplete is false again, this would help a lot.
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.isCompleteis true.If I had a way of resetting that state, so that
isCompleteis false again, this would help a lot.