mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-01-21 16:32:26 +01:00
render accurate time at pause
This commit is contained in:
parent
6361bf2838
commit
88e396f45f
@ -207,6 +207,7 @@ void StopWatch::PlayPauseBtnEventHandler() {
|
||||
stopWatchController.Pause();
|
||||
blinkTime = xTaskGetTickCount() + blinkInterval;
|
||||
DisplayPaused();
|
||||
RenderTime();
|
||||
wakeLock.Release();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user