Skip to content

Commit 4742403

Browse files
committed
ApplicationList: Reset app menu screen when loading watch face
This prevents the application list from loading in the last used screen and instead goes back to the first screen whenever the watch face is loaded. Fixes #2006
1 parent 6ab512a commit 4742403

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
@@ -446,6 +446,7 @@ void DisplayApp::LoadScreen(Apps app, DisplayApp::FullRefreshDirections directio
446446
else {
447447
currentScreen.reset(userWatchFaces[0].create(controllers));
448448
}
449+
settingsController.SetAppMenu(0);
449450
} break;
450451
case Apps::Error:
451452
currentScreen = std::make_unique<Screens::Error>(bootError);

0 commit comments

Comments
 (0)