This commit is contained in:
Willy-JL
2023-08-28 19:23:45 +02:00
7 changed files with 4 additions and 7 deletions

View File

@@ -193,12 +193,9 @@ int32_t lfrfid_app(char* args) {
scene_manager_next_scene(app->scene_manager, LfRfidSceneEmulate);
dolphin_deed(DolphinDeedRfidEmulate);
} else {
// TODO: exit properly
lfrfid_free(app);
return 0;
view_dispatcher_stop(app->view_dispatcher);
}
}
} else {
view_dispatcher_attach_to_gui(
app->view_dispatcher, app->gui, ViewDispatcherTypeFullscreen);