summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index c9249ca..272ea33 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1017,10 +1017,10 @@ static bool dirbrowse(const char *root, const int *dirfilter)
else {
if (!charger_inserted()) {
shutdown_screen();
- restore = true;
} else {
- charging_splash();
+ charging_splash();
}
+ restore = true;
}
break;
#endif