mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
SubGHz App: alloc balance
This commit is contained in:
parent
8ee959e1af
commit
2bda0820bf
1 changed files with 3 additions and 2 deletions
|
@ -179,11 +179,12 @@ void subghz_scene_decode_raw_on_enter(void* context) {
|
|||
furi_string_get_cstr(item_time),
|
||||
subghz_history_get_type_protocol(subghz->history, i));
|
||||
}
|
||||
furi_string_free(item_name);
|
||||
furi_string_free(item_time);
|
||||
subghz_view_receiver_set_idx_menu(subghz->subghz_receiver, subghz->idx_menu_chosen);
|
||||
}
|
||||
|
||||
furi_string_free(item_name);
|
||||
furi_string_free(item_time);
|
||||
|
||||
subghz_scene_receiver_update_statusbar(subghz);
|
||||
|
||||
view_dispatcher_switch_to_view(subghz->view_dispatcher, SubGhzViewIdReceiver);
|
||||
|
|
Loading…
Add table
Reference in a new issue