summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 524de5aff4..52599519a3 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -198,7 +198,6 @@ bool bookmark_autobookmark(void)
198#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 198#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
199 show_remote_main_backdrop(); 199 show_remote_main_backdrop();
200#endif 200#endif
201 gui_syncstatusbar_draw(&statusbars, false);
202 if(gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES) 201 if(gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES)
203 { 202 {
204 if (global_settings.autocreatebookmark == BOOKMARK_RECENT_ONLY_ASK) 203 if (global_settings.autocreatebookmark == BOOKMARK_RECENT_ONLY_ASK)
@@ -680,11 +679,9 @@ static char* select_bookmark(const char* bookmark_file_name, bool show_dont_resu
680 gui_synclist_set_voice_callback(&list, bookmark_list_voice_cb); 679 gui_synclist_set_voice_callback(&list, bookmark_list_voice_cb);
681 gui_synclist_set_title(&list, str(LANG_BOOKMARK_SELECT_BOOKMARK), 680 gui_synclist_set_title(&list, str(LANG_BOOKMARK_SELECT_BOOKMARK),
682 Icon_Bookmark); 681 Icon_Bookmark);
683 gui_syncstatusbar_draw(&statusbars, true);
684 682
685 while (!exit) 683 while (!exit)
686 { 684 {
687 gui_syncstatusbar_draw(&statusbars, false);
688 685
689 if (refresh) 686 if (refresh)
690 { 687 {