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
main
Victor Kareh 2024-02-09 08:22:47 +07:00 committed by JF
parent f2df0c45ef
commit 3b4b5a5163
1 changed files with 1 additions and 0 deletions

@ -446,6 +446,7 @@ void DisplayApp::LoadScreen(Apps app, DisplayApp::FullRefreshDirections directio
else {
currentScreen.reset(userWatchFaces[0].create(controllers));
}
settingsController.SetAppMenu(0);
} break;
case Apps::Error:
currentScreen = std::make_unique<Screens::Error>(bootError);