diff options
Diffstat (limited to 'apps/wps.c')
-rw-r--r-- | apps/wps.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/wps.c b/apps/wps.c index 3c486b1786..f0ba54f3a3 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -700,6 +700,8 @@ int wps_show(void) status_set_record(false); status_set_audio(false); #endif + lcd_stop_scroll(); + /* set dir browser to current playing song */ if (global_settings.browse_current && id3) set_current_file(id3->path); @@ -833,6 +835,8 @@ int wps_show(void) status_set_record(false); status_set_audio(false); #endif + lcd_stop_scroll(); + /* set dir browser to current playing song */ if (global_settings.browse_current && id3) set_current_file(id3->path); |