Skip to content

Commit

Permalink
ApplicationList: Reset app menu screen when loading watch face
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vkareh authored and JF002 committed Mar 12, 2024
1 parent f2df0c4 commit 3b4b5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/displayapp/DisplayApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3b4b5a5

Please sign in to comment.