render accurate time at pause

This commit is contained in:
codingjourney 2024-10-27 09:20:10 +01:00 committed by JF
parent 6361bf2838
commit 88e396f45f

View File

@ -207,6 +207,7 @@ void StopWatch::PlayPauseBtnEventHandler() {
stopWatchController.Pause();
blinkTime = xTaskGetTickCount() + blinkInterval;
DisplayPaused();
RenderTime();
wakeLock.Release();
}
}