We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aafa39 + 6c2ca1a commit 773e4bfCopy full SHA for 773e4bf
scenes/nfc_playlist_scene_emulation.c
@@ -67,7 +67,7 @@ int32_t nfc_playlist_emulation_task(void* context) {
67
68
int time_counter_ms = (options_emulate_timeout[nfc_playlist->settings.emulate_timeout]*1000);
69
70
- if(!furi_string_cmpi_str(tmp_file_ext, ".nfc")) {
+ if(!strcasestr(furi_string_get_cstr(tmp_file_ext), ".nfc")) {
71
if(nfc_playlist->settings.skip_error) {
72
skip_delay = true;
73
continue;
0 commit comments