summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c
index acc1378ae5..83b0324ea3 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -709,6 +709,7 @@ bool list_stop_handler(void)
709 fade(0); 709 fade(0);
710 bookmark_autobookmark(); 710 bookmark_autobookmark();
711 audio_stop(); 711 audio_stop();
712 ret = true; /* bookmarking can make a refresh necessary */
712 } 713 }
713 } 714 }
714#if CONFIG_CHARGING 715#if CONFIG_CHARGING