|
@@ -46,6 +46,9 @@ bool nfc_scene_read_card_success_on_event(void* context, SceneManagerEvent event
|
|
|
if(event.event == GuiButtonTypeLeft) {
|
|
if(event.event == GuiButtonTypeLeft) {
|
|
|
consumed = scene_manager_previous_scene(nfc->scene_manager);
|
|
consumed = scene_manager_previous_scene(nfc->scene_manager);
|
|
|
}
|
|
}
|
|
|
|
|
+ } else if(event.type == SceneManagerEventTypeBack) {
|
|
|
|
|
+ consumed =
|
|
|
|
|
+ scene_manager_search_and_switch_to_previous_scene(nfc->scene_manager, NfcSceneStart);
|
|
|
}
|
|
}
|
|
|
return consumed;
|
|
return consumed;
|
|
|
}
|
|
}
|