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
When my app goes to the background i do circleCounter.reset() which stop's the counter however when the app returns to the foreground, the elapsed time is still animated. I expect the behaviour where the circleCounter goes back to 0. How can I fix that?
The text was updated successfully, but these errors were encountered:
@johngraham262
When my app goes to the background i do
circleCounter.reset()
which stop's the counter however when the app returns to the foreground, the elapsed time is still animated. I expect the behaviour where the circleCounter goes back to 0. How can I fix that?The text was updated successfully, but these errors were encountered: