[FL-3815] Fix the retry/exit confirmation prompts in iButton (#3613)

This commit is contained in:
Astra
2024-04-24 21:35:15 +09:00
committed by GitHub
parent c87683596a
commit 34abaa7e27
4 changed files with 2 additions and 62 deletions

View File

@@ -44,7 +44,7 @@ bool ibutton_scene_read_success_on_event(void* context, SceneManagerEvent event)
if(event.type == SceneManagerEventTypeBack) {
consumed = true;
scene_manager_next_scene(scene_manager, iButtonSceneReadExitConfirm);
scene_manager_next_scene(scene_manager, iButtonSceneExitConfirm);
} else if(event.type == SceneManagerEventTypeCustom) {
consumed = true;
if(event.event == GuiButtonTypeRight) {