Skip to content

Commit

Permalink
Throw small delay
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Feb 26, 2023
1 parent 0bf0267 commit a19768e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/main/subghz/views/receiver.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ void subghz_view_receiver_delete_element_callback(SubGhzViewReceiver* subghz_rec
}
},
true);
furi_delay_ms(200);
}

void subghz_view_receiver_set_idx_menu(SubGhzViewReceiver* subghz_receiver, uint16_t idx) {
Expand Down

0 comments on commit a19768e

Please sign in to comment.