mirror of
https://github.com/FossifyOrg/Clock.git
synced 2026-04-18 13:26:58 -04:00
* fix: bump stopwatch update interval to 100ms The UI does not need to update 50 times a second. * perf: optimize stopwatch updates - Added a static id for live lap for cleaner logic - Added `updateLiveLap` method to the stopwatch adapter. This is responsible for updating the live lap and maintaining its position in the list * refactor: move Lap.kt to extensions package