summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c
index a07a520955..b1da2bd280 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -296,13 +296,14 @@ static int showdir(char *path, int start)
bool ask_resume(void)
{
+#ifdef HAVE_NEW_CHARCELL_LCD
+ lcd_double_height(false);
+#endif
+
/* always resume? */
if ( global_settings.resume == RESUME_ON )
return true;
-#ifdef HAVE_NEW_CHARCELL_LCD
- lcd_double_height(false);
-#endif
lcd_clear_display();
lcd_puts(0,0,"Resume?");
#ifdef HAVE_LCD_CHARCELLS