Skip to content

Commit 361c6ce

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 44be356 commit 361c6ce

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)