Skip to content

Commit ed824a9

Browse files
committed
fix: actually pass settingsController to Notifications screen
1 parent f32ec36 commit ed824a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/displayapp/DisplayApp.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ void DisplayApp::LoadScreen(Apps app, DisplayApp::FullRefreshDirections directio
574574
notificationManager,
575575
systemTask->nimble().alertService(),
576576
motorController,
577+
settingsController,
577578
*systemTask,
578579
Screens::Notifications::Modes::Preview);
579580
break;

0 commit comments

Comments
 (0)