You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this lib for Music Player,
If my total music length is 60 seconds , which is 60,000 milliSeconds.
If i have start the timer and pause it , for example say at 10th second , the onTimerTick() executes continuously according to interval value (Default 1000ms).
Now the issue here is , after 60 seconds onTimerFinish() will execute and the object of hourGlass will no longer execute onTimerTick() if i try to resume it after 60 seconds.
What would you suggest me to achieve the same in your lib.
Please guide.
The text was updated successfully, but these errors were encountered:
I am using this lib for Music Player,
If my total music length is 60 seconds , which is 60,000 milliSeconds.
If i have start the timer and pause it , for example say at 10th second , the onTimerTick() executes continuously according to interval value (Default 1000ms).
Now the issue here is , after 60 seconds onTimerFinish() will execute and the object of hourGlass will no longer execute onTimerTick() if i try to resume it after 60 seconds.
What would you suggest me to achieve the same in your lib.
Please guide.
The text was updated successfully, but these errors were encountered: