summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/root_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/root_menu.c b/apps/root_menu.c
index e4020ae6c7..c10064499c 100644
--- a/apps/root_menu.c
+++ b/apps/root_menu.c
@@ -898,6 +898,8 @@ void root_menu(void)
898 next_screen = last_screen; 898 next_screen = last_screen;
899 if (last_screen == GO_TO_PLUGIN)/* for WPS */ 899 if (last_screen == GO_TO_PLUGIN)/* for WPS */
900 last_screen = GO_TO_PREVIOUS; 900 last_screen = GO_TO_PREVIOUS;
901 else if (last_screen == GO_TO_PREVIOUS)
902 next_screen = GO_TO_ROOT;
901 break; 903 break;
902 } 904 }
903 905