fix decoderaw scene

This commit is contained in:
MX
2024-07-08 08:20:42 +03:00
parent 96b1ca97dc
commit 92c997b9a7
2 changed files with 2 additions and 2 deletions

View File

@@ -207,8 +207,6 @@ bool subghz_scene_decode_raw_on_event(void* context, SceneManagerEvent event) {
subghz_txrx_set_rx_callback(subghz->txrx, NULL, subghz);
subghz_rx_key_state_set(subghz, SubGhzRxKeyStateIDLE);
if(subghz_file_encoder_worker_is_running(subghz->decode_raw_file_worker_encoder)) {
subghz_file_encoder_worker_stop(subghz->decode_raw_file_worker_encoder);
}