summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 8eaff87fd8..05961db66c 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -887,14 +887,14 @@ static bool dirbrowse(void)
887 887
888 if (gui_wps_show() == SYS_USB_CONNECTED) 888 if (gui_wps_show() == SYS_USB_CONNECTED)
889 reload_dir = true; 889 reload_dir = true;
890#ifdef HAVE_LCD_COLOR
891 show_main_backdrop();
892#endif
893#ifdef HAVE_HOTSWAP 890#ifdef HAVE_HOTSWAP
894 else 891 else
895 if (!id3db) /* Try reload to catch 'no longer valid' case. */ 892 if (!id3db) /* Try reload to catch 'no longer valid' case. */
896 reload_dir = true; 893 reload_dir = true;
897#endif 894#endif
895#ifdef HAVE_LCD_COLOR
896 show_main_backdrop();
897#endif
898 id3db = check_changed_id3mode(id3db); 898 id3db = check_changed_id3mode(id3db);
899 restore = true; 899 restore = true;
900 start_wps=false; 900 start_wps=false;