fix menu handling again (#3157)

This commit is contained in:
Totoo
2026-05-04 20:59:48 +02:00
committed by GitHub
parent 2bacbc80a8
commit 02c0f67a8d
+2
View File
@@ -946,6 +946,8 @@ SystemView::SystemView(
if (lastmenu && this->navigation_view.get_last_menu_went_deeper()) {
this->navigation_view.pop();
this->navigation_view.push_view(lastmenu->producer(this->navigation_view));
this->navigation_view.store_last_menu_name(lastmenu->displayName); // since we opened it again, store it again
this->navigation_view.set_last_menu_went_deeper(false); // not yet
return;
}
}