summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index a873d85f1c..a9670e1be7 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -340,6 +340,7 @@ int ft_enter(struct tree_context* c)
340 int start_index=0; 340 int start_index=0;
341 341
342 lcd_stop_scroll(); 342 lcd_stop_scroll();
343 gui_syncsplash(0, true, str(LANG_WAIT));
343 switch ( file->attr & TREE_ATTR_MASK ) { 344 switch ( file->attr & TREE_ATTR_MASK ) {
344 case TREE_ATTR_M3U: 345 case TREE_ATTR_M3U:
345 if (bookmark_autoload(buf)) 346 if (bookmark_autoload(buf))