Is there any way to reset indeterminate progress? When I used this code for stop spinning: ``` mProgressWheel.stopSpinning(); ``` and after some time i try to used this: ``` mProgressWheel.spin(); ``` it often start with some bar width in place of 0 bar length.