Subghz Fix led blink on decode raw > signal info

by Willy-JL
This commit is contained in:
MX 2024-02-21 00:29:50 +03:00
parent 2d32ea68fe
commit 21962da715
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -111,7 +111,8 @@ void subghz_scene_receiver_info_on_enter(void* context) {
subghz_scene_receiver_info_draw_widget(subghz);
if(!subghz_history_get_text_space_left(subghz->history, NULL)) {
if(!subghz_history_get_text_space_left(subghz->history, NULL) &&
!scene_manager_has_previous_scene(subghz->scene_manager, SubGhzSceneDecodeRAW)) {
subghz->state_notifications = SubGhzNotificationStateRx;
}
}