leandroBorgesFerreira / LoadingButtonAndroid

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

isAnimating method added #38

Closed spichen closed 6 years ago

spichen commented 6 years ago

Public method added to check if the button animation is in progress.

public Boolean isAnimating() { return mState == State.PROGRESS; }