Skip to content

Commit

Permalink
render accurate time at pause
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjourney committed Oct 27, 2024
1 parent e43b84d commit 8b52ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/displayapp/screens/StopWatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ void StopWatch::PlayPauseBtnEventHandler() {
stopWatchController.Pause();
blinkTime = xTaskGetTickCount() + blinkInterval;
DisplayPaused();
RenderTime();
wakeLock.Release();
}
}
Expand Down

0 comments on commit 8b52ba5

Please sign in to comment.