summaryrefslogtreecommitdiff
path: root/apps/gui/quickscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/quickscreen.c')
-rw-r--r--apps/gui/quickscreen.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/quickscreen.c b/apps/gui/quickscreen.c
index 3880940ae3..a77453cf66 100644
--- a/apps/gui/quickscreen.c
+++ b/apps/gui/quickscreen.c
@@ -278,7 +278,6 @@ bool gui_syncquickscreen_run(struct gui_quickscreen * qs, int button_enter)
278 * - an action taken while pressing the enter button, 278 * - an action taken while pressing the enter button,
279 * then release the enter button*/ 279 * then release the enter button*/
280 bool can_quit = false; 280 bool can_quit = false;
281 gui_syncstatusbar_draw(&statusbars, true);
282 FOR_NB_SCREENS(i) 281 FOR_NB_SCREENS(i)
283 { 282 {
284 screens[i].set_viewport(NULL); 283 screens[i].set_viewport(NULL);
@@ -315,8 +314,6 @@ bool gui_syncquickscreen_run(struct gui_quickscreen * qs, int button_enter)
315 314
316 if(button==ACTION_STD_CANCEL) 315 if(button==ACTION_STD_CANCEL)
317 break; 316 break;
318
319 gui_syncstatusbar_draw(&statusbars, false);
320 } 317 }
321 /* Notify that we're exiting this screen */ 318 /* Notify that we're exiting this screen */
322 cond_talk_ids_fq(VOICE_OK); 319 cond_talk_ids_fq(VOICE_OK);