This commit is contained in:
MX 2023-05-26 19:18:08 +03:00
parent e6790e50c6
commit c4cba38559
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -16,7 +16,7 @@ SubRemLoadSubState subrem_scene_open_sub_file_dialog(SubGhzRemoteApp* app) {
if(furi_string_empty(sub->file_path)) {
furi_string_set(temp_file_path, SUBGHZ_RAW_FOLDER);
} else {
furi_string_set(sub->file_path, SUBGHZ_RAW_FOLDER);
furi_string_set(temp_file_path, sub->file_path);
}
SubRemLoadSubState ret = SubRemLoadSubStateNotSet;