lightdesign/LDProgressView

Unnecessary timer call

Closed this issue · 1 comments

I think there is a problem with the interpretation of animate
The same variable is used to choose to animate the progress bar with the animationTimer AND the stripes with the timer.

So, if the stripes are unwanted, the self.timer is unnecessarily called, and should never trigger.

Closed as stale. Please re-open with fix or new issue as necessary.