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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
In most cases, the interval will only run once, but in Android 4.4, for some reasons, the interval will run twice, I check the setTimeout/setInterval document online, that setInterval may execute at once if the setInterval callback run long enough, so it may have a chance to run 2nd time before setTimeout.