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:
Jens Arnold 2009-05-30 22:01:21 +00:00
parent 38d5175b52
commit 294ece8bd6

View file

@ -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)
{