summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/yesno.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c
index dfce541147..6c87c8784c 100644
--- a/apps/gui/yesno.c
+++ b/apps/gui/yesno.c
@@ -204,6 +204,7 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message,
204 break; 204 break;
205 case ACTION_NONE: 205 case ACTION_NONE:
206 case SYS_CHARGER_DISCONNECTED: 206 case SYS_CHARGER_DISCONNECTED:
207 case SYS_BATTERY_UPDATE:
207 /* ignore some SYS events that can happen */ 208 /* ignore some SYS events that can happen */
208 continue; 209 continue;
209 default: 210 default: