Skip to content

Commit

Permalink
Card read success back -> sam present
Browse files Browse the repository at this point in the history
  • Loading branch information
bettse committed Dec 13, 2023
1 parent b68d1ff commit 1f0a221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenes/seader_scene_read_card_success.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ bool seader_scene_read_card_success_on_event(void* context, SceneManagerEvent ev
consumed = true;
}
} else if(event.type == SceneManagerEventTypeBack) {
scene_manager_search_and_switch_to_previous_scene(seader->scene_manager, SeaderSceneStart);
scene_manager_search_and_switch_to_previous_scene(
seader->scene_manager, SeaderSceneSamPresent);
consumed = true;
}
return consumed;
Expand Down

0 comments on commit 1f0a221

Please sign in to comment.