Bug fix: The splash displayed when trying to soft power off with the charger connected didn't disappear again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5021 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a8dbabef83
commit
bf955a8b6b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue