Skip to content

Commit

Permalink
Update nfc_playlist_scene_emulation.c
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Apr 12, 2024
1 parent c1eecf4 commit c1a5bee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scenes/nfc_playlist_scene_emulation.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ int32_t nfc_playlist_emulation_task(void* context) {
nfc_playlist_worker_stop(nfc_playlist->nfc_playlist_worker);
nfc_playlist_worker_clear_nfc_data(nfc_playlist->nfc_playlist_worker);
}
free(file_path);
}
popup_reset(nfc_playlist->popup);
popup_set_header(nfc_playlist->popup, EmulationState == NfcPlaylistEmulationState_Canceled ? "Emulation stopped" : "Emulation finished", 64, 10, AlignCenter, AlignTop);
Expand Down

0 comments on commit c1a5bee

Please sign in to comment.