Fix shutdown splash. It is meant to be shown on an empty screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21138 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
38d5175b52
commit
294ece8bd6
1 changed files with 3 additions and 0 deletions
|
@ -299,7 +299,10 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter)
|
|||
int audio_stat = audio_status();
|
||||
|
||||
FOR_NB_SCREENS(i)
|
||||
{
|
||||
screens[i].clear_display();
|
||||
screens[i].update();
|
||||
}
|
||||
|
||||
if (batt_safe)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue