Improved alarm alert handling

This commit is contained in:
Riku Isokoski
2022-01-18 19:08:03 +02:00
committed by JF
parent e332be0d7c
commit 4f649a8544
3 changed files with 41 additions and 10 deletions

View File

@@ -379,7 +379,7 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction)
currentScreen = std::make_unique<Screens::Timer>(this, timerController);
break;
case Apps::Alarm:
currentScreen = std::make_unique<Screens::Alarm>(this, alarmController, settingsController);
currentScreen = std::make_unique<Screens::Alarm>(this, alarmController, settingsController, *systemTask);
break;
// Settings