Radio screen: status bar wasn't updated when prerecording buffer was filled and no button pressed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-12-26 18:36:48 +00:00
parent b8c9a0caa3
commit ae45d970d8

View file

@ -504,8 +504,6 @@ bool radio_screen(void)
}
}
/* Only force the redraw if update_screen is true */
status_draw(update_screen);
#if CONFIG_KEYPAD == RECORDER_PAD
buttonbar_draw();
#endif
@ -513,6 +511,8 @@ bool radio_screen(void)
update_screen = false;
}
/* Only force the redraw if update_screen is true */
status_draw(update_screen);
}
if(mpeg_status() & MPEG_STATUS_ERROR)