leandroBorgesFerreira / LoadingButtonAndroid

A button to substitute the ProgressDialog
MIT License
1.95k stars 214 forks source link

fixing stop animation bug #95

Closed leandroBorgesFerreira closed 5 years ago

leandroBorgesFerreira commented 5 years ago

Revert and done animation were not triggering after stopAnimation(). This PR fixes it.

There's still a bug for when stopAnimation() get's called too fast.