diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c index 1ef61249b6..381d6d8c21 100644 --- a/apps/gui/yesno.c +++ b/apps/gui/yesno.c @@ -121,6 +121,8 @@ enum yesno_res gui_syncyesno_run(struct text_message * main_message, result=YESNO_YES; break; case ACTION_NONE: + case SYS_CHARGER_DISCONNECTED: + /* ignore some SYS events that can happen */ continue; default: if(default_event_handler(button) == SYS_USB_CONNECTED)