diff options
| author | Jean-François Milants <jf@codingfield.com> | 2022-03-27 18:21:44 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-03-28 19:12:46 (GMT) |
| commit | 8f436e1d74ffdd497c68dc2f34f6a67e430a1932 (patch) | |
| tree | 86ea080e3a340884fe3f9ee02572b782eb089551 /src/displayapp/DisplayApp.cpp | |
| parent | 4761fcb63a55749c5e46c5fe6bb53ae25b4716c8 (diff) | |
Timer App : add background label to ensure that the app will be displayed correctly after a full refresh (HW scrolling transition).
Code cleaning and rename methods.
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
| -rw-r--r-- | src/displayapp/DisplayApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index c842956..f6d2747 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -207,7 +207,7 @@ void DisplayApp::Refresh() { case Messages::TimerDone: if (currentApp == Apps::Timer) { auto* timer = static_cast<Screens::Timer*>(currentScreen.get()); - timer->setDone(); + timer->SetDone(); } else { LoadApp(Apps::Timer, DisplayApp::FullRefreshDirections::Down); } |
