Files
Clock/app
Naveen Singh dafa9e0ad8 perf: optimize stopwatch updates (#213)
* 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
2025-06-20 19:40:03 +05:30
..