razir / ProgressButton

Android Progress Button
856 stars 77 forks source link

fix partial ring in the progress drawable for the first cycle #30

Open susonthapa opened 4 years ago

susonthapa commented 4 years ago

The progress drawable's ring is only partially displayed for the first rotation as show in the gif below. progress-issue I have fixed the issue, it was caused due to multiple calls to the start() function of the drawable (I was so stupid, it took me 3 hours to figure that out). You can see in the gif below, now the progress drawable behaves normally. progress-issue-fix

Forgive me if the multiple calls to the start() function is intentional.

susonthapa commented 4 years ago

@razir Can you please review it ?