kofigyan / StateProgressBar

Android library to realize the various states and transitions in a ProgressBar.
1.55k stars 234 forks source link

Fix bug of going back to the first stage. #6

Closed Fredrib closed 7 years ago

Fredrib commented 7 years ago

This fixes the bug of going back to the first stage after already moving to other stages. If you do that in the original code, the progress bar doesn't resets the drawing coordinates and the joining line between the first stage and the second stage won't be erased.