summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 64a4b9f761..68c10b36e7 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -1122,7 +1122,7 @@ int bookmark_load_menu(void)
1122 } 1122 }
1123 } 1123 }
1124 1124
1125 pop_current_activity(ACTIVITY_REFRESH_NOW); 1125 pop_current_activity();
1126 return ret; 1126 return ret;
1127} 1127}
1128 1128
@@ -1143,7 +1143,7 @@ bool bookmark_mrb_load()
1143 ret = play_bookmark(bookmark); 1143 ret = play_bookmark(bookmark);
1144 } 1144 }
1145 1145
1146 pop_current_activity(ACTIVITY_REFRESH_NOW); 1146 pop_current_activity();
1147 return ret; 1147 return ret;
1148} 1148}
1149 1149