From b321a719d314e30e7038fdd65792e46bcb3edba0 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Fri, 30 Dec 2022 09:45:05 +0100 Subject: option_select & time_menu : Fix unbalanced push/pop activity Change-Id: Icabbabb16b2f173168a441af474ee8403b908dd4 --- apps/gui/option_select.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/gui') diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c index ca16b5b05f..8839f42e42 100644 --- a/apps/gui/option_select.c +++ b/apps/gui/option_select.c @@ -565,7 +565,10 @@ bool option_screen(const struct settings_list *setting, function(*variable); } else if(default_event_handler(action) == SYS_USB_CONNECTED) + { + pop_current_activity(); return true; + } /* callback */ if (function && !cb_on_select_only) function(*variable); -- cgit v1.2.3