-
Notifications
You must be signed in to change notification settings - Fork 240
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
Countdown not working well beyond 24 hours #130
Comments
same issue |
@griarman Did you find a solution? |
Yeah, I made some changes in the main file and patched them patched file. Also i added an prop for enabling 24 hours
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Count down working good under 24 hours but not when i put more than 86400 second (24 hours). Like when i put 86405 it will start from 5 seconds (00:00:05) instead of 86405 (24:00:05)
The text was updated successfully, but these errors were encountered: