-
Notifications
You must be signed in to change notification settings - Fork 9
Timer shows incorrect timing #27
Copy link
Copy link
Open
Description
The timer implementation is currently implementing its own kind of clock. This causes to timer be slower as after each second UI update is taking place is it clock gets slower. We should only depend on system start time instead such that accurate timing is getting saved.
For ex: I started the timer at 5:04PM, and currently time is 5:48PM but the timer shows 29:42
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels