summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c
index cdfb264e27..9a0ae5d09c 100644
--- a/apps/plugins/properties.c
+++ b/apps/plugins/properties.c
@@ -162,8 +162,8 @@ static bool _dir_properties(DPS* dps)
162 continue; /* skip these */ 162 continue; /* skip these */
163 163
164 dps->dc++; /* new directory */ 164 dps->dc++; /* new directory */
165 rb->lcd_puts(0,0,"SCANNING...");
166 rb->lcd_clear_display(); 165 rb->lcd_clear_display();
166 rb->lcd_puts(0,0,"SCANNING...");
167 rb->lcd_puts(0,1,dps->dirname); 167 rb->lcd_puts(0,1,dps->dirname);
168 rb->lcd_puts(0,2,entry->d_name); 168 rb->lcd_puts(0,2,entry->d_name);
169 rb->snprintf(dps->tstr, 64, "Directories: %d", dps->dc); 169 rb->snprintf(dps->tstr, 64, "Directories: %d", dps->dc);