Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TImer still ticking on Pausing the timer , hence state misleading #3

Open
ajinkyaw opened this issue Sep 5, 2019 · 1 comment
Open

Comments

@ajinkyaw
Copy link

ajinkyaw commented Sep 5, 2019

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.

@khaitran1234
Copy link

I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants