summaryrefslogtreecommitdiff
path: root/apps/gui/yesno.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/yesno.c')
-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 e0d8ad457c..a50b2f1921 100644
--- a/apps/gui/yesno.c
+++ b/apps/gui/yesno.c
@@ -166,6 +166,7 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message,
166 166
167 /* make sure to eat any extranous keypresses */ 167 /* make sure to eat any extranous keypresses */
168 action_wait_for_release(); 168 action_wait_for_release();
169 button_clear_queue();
169 170
170 while (result==-1) 171 while (result==-1)
171 { 172 {