radio: fix FS#12747
Change-Id: I57448a29d986cca0535c47c0ebfa2f4f3846a936 Reviewed-on: http://gerrit.rockbox.org/614 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com> Tested-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
This commit is contained in:
parent
0e8fa703bb
commit
acf3af4ae3
1 changed files with 5 additions and 5 deletions
|
@ -408,6 +408,10 @@ void radio_screen(void)
|
|||
if(radio_status == FMRADIO_OFF)
|
||||
audio_stop();
|
||||
|
||||
fms_fix_displays(FMS_ENTER);
|
||||
FOR_NB_SCREENS(i)
|
||||
skin_update(FM_SCREEN, i, SKIN_REFRESH_ALL);
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
|
@ -446,10 +450,6 @@ void radio_screen(void)
|
|||
if(radio_preset_count() < 1 && yesno_pop(ID2P(LANG_FM_FIRST_AUTOSCAN)))
|
||||
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));
|
||||
if(radio_current_preset() != -1)
|
||||
radio_mode = RADIO_PRESET_MODE;
|
||||
|
|
Loading…
Reference in a new issue