Fix keeloq custom buttons bug

When you receive couple signals on read screen and open last one it was replacing its button with first one received
This commit is contained in:
MX
2023-04-19 11:51:08 +03:00
parent 059053b9b8
commit c6e5ca1fec
3 changed files with 7 additions and 3 deletions

View File

@@ -115,6 +115,9 @@ void subghz_scene_receiver_info_draw_widget(SubGhz* subghz) {
void subghz_scene_receiver_info_on_enter(void* context) {
SubGhz* subghz = context;
keeloq_reset_original_btn();
subghz_custom_btns_reset();
subghz_scene_receiver_info_draw_widget(subghz);
}