Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 842bcae

Browse files
committedFeb 12, 2024
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 fa1af55 commit 842bcae

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

0 commit comments

Comments
 (0)
Please sign in to comment.