summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/bookmark.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index c8c6f941f2..850514c345 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -214,6 +214,9 @@ bool bookmark_autobookmark(void)
214 str(LANG_RESUME_CONFIRM_PLAYER)}; 214 str(LANG_RESUME_CONFIRM_PLAYER)};
215 struct text_message message={(char **)lines, 2}; 215 struct text_message message={(char **)lines, 2};
216#endif 216#endif
217#ifdef HAVE_LCD_COLOR
218 show_main_backdrop(); /* switch to main backdrop as we may come from wps */
219#endif
217 gui_syncstatusbar_draw(&statusbars, false); 220 gui_syncstatusbar_draw(&statusbars, false);
218 if(gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES) 221 if(gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES)
219 { 222 {