Skip to content

Commit

Permalink
Update nfc_playlist.c
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Jan 11, 2024
1 parent a6bb802 commit 0af2b82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nfc_playlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ int32_t nfc_playlist_main(void* p) {

Gui* gui = furi_record_open(RECORD_GUI);
view_dispatcher_attach_to_gui(nfc_playlist->view_dispatcher, gui, ViewDispatcherTypeFullscreen);

scene_manager_next_scene(nfc_playlist->scene_manager, NfcPlaylistScene_MainMenu);
view_dispatcher_run(nfc_playlist->view_dispatcher);

Expand Down

0 comments on commit 0af2b82

Please sign in to comment.