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:
parent
b8c9a0caa3
commit
ae45d970d8
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue