summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/radio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index 27a98c6dc4..5f9fff8d64 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -1391,6 +1391,8 @@ static int handle_radio_presets(void)
1391 case ACTION_STD_CONTEXT: 1391 case ACTION_STD_CONTEXT:
1392 selected_preset = gui_synclist_get_sel_pos(&lists); 1392 selected_preset = gui_synclist_get_sel_pos(&lists);
1393 do_menu(&handle_radio_preset_menu, NULL, NULL, false); 1393 do_menu(&handle_radio_preset_menu, NULL, NULL, false);
1394 gui_synclist_set_nb_items(&lists, num_presets);
1395 gui_synclist_select_item(&lists, selected_preset);
1394 gui_synclist_speak_item(&lists); 1396 gui_synclist_speak_item(&lists);
1395 break; 1397 break;
1396 default: 1398 default: