iButton: fixed notification on successful read (#2169)

This commit is contained in:
あく
2022-12-21 18:07:14 +09:00
committed by GitHub
parent c34ae66b6e
commit 5856746fc9
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ void ibutton_scene_read_success_on_enter(void* context) {
dialog_ex_set_context(dialog_ex, ibutton);
view_dispatcher_switch_to_view(ibutton->view_dispatcher, iButtonViewDialogEx);
ibutton_notification_message(ibutton, iButtonNotificationMessageGreenOn);
}
bool ibutton_scene_read_success_on_event(void* context, SceneManagerEvent event) {