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 committed Feb 19, 2024
1 parent 6ab512a commit 4742403
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 4742403

Please sign in to comment.