Applied the same fix applied to the linear percent indicator to the
circular counterpart, as requested by @diegoveloper.
Fixed an error causing regression (declining progression) to
animate from 0 instead of the last value.
This happened regardless if the animateFromLastPercent was set
too true or not.
The error was an unnecessary logical operation checking if the new value
was larger than the old.
Removing this statement fixed the bug and does not effect any other code.
Applied the same fix applied to the linear percent indicator to the circular counterpart, as requested by @diegoveloper.
Fixed an error causing regression (declining progression) to animate from 0 instead of the last value. This happened regardless if the
animateFromLastPercent
was set too true or not.The error was an unnecessary logical operation checking if the new value was larger than the old. Removing this statement fixed the bug and does not effect any other code.