forked from len0rd/rockbox
(Partially) Fix FS#11572 - no backdrop in the FM screen..\n the preset question would clear it and not reset it, so reoder the code so it works
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28297 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7f8b70f70c
commit
3ebb88428f
1 changed files with 4 additions and 3 deletions
|
|
@ -463,13 +463,14 @@ void radio_screen(void)
|
||||||
if (radio_status == FMRADIO_OFF)
|
if (radio_status == FMRADIO_OFF)
|
||||||
radio_start();
|
radio_start();
|
||||||
#endif
|
#endif
|
||||||
fms_fix_displays(FMS_ENTER);
|
|
||||||
FOR_NB_SCREENS(i)
|
|
||||||
skin_update(FM_SCREEN, i, SKIN_REFRESH_ALL);
|
|
||||||
|
|
||||||
if(radio_preset_count() < 1 && yesno_pop(ID2P(LANG_FM_FIRST_AUTOSCAN)))
|
if(radio_preset_count() < 1 && yesno_pop(ID2P(LANG_FM_FIRST_AUTOSCAN)))
|
||||||
presets_scan(NULL);
|
presets_scan(NULL);
|
||||||
|
|
||||||
|
fms_fix_displays(FMS_ENTER);
|
||||||
|
FOR_NB_SCREENS(i)
|
||||||
|
skin_update(FM_SCREEN, i, SKIN_REFRESH_ALL);
|
||||||
|
|
||||||
preset_set_current(preset_find(curr_freq));
|
preset_set_current(preset_find(curr_freq));
|
||||||
if(radio_current_preset() != -1)
|
if(radio_current_preset() != -1)
|
||||||
radio_mode = RADIO_PRESET_MODE;
|
radio_mode = RADIO_PRESET_MODE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue