diff options
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r-- | apps/bookmark.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index 68c10b36e7..64a4b9f761 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -1122,7 +1122,7 @@ int bookmark_load_menu(void) } } - pop_current_activity(); + pop_current_activity(ACTIVITY_REFRESH_NOW); return ret; } @@ -1143,7 +1143,7 @@ bool bookmark_mrb_load() ret = play_bookmark(bookmark); } - pop_current_activity(); + pop_current_activity(ACTIVITY_REFRESH_NOW); return ret; } |