push changes

This commit is contained in:
ashrafzarkanisala
2024-12-01 01:07:26 +03:00
parent 02c788d03a
commit 76e44c8910
4 changed files with 25 additions and 16 deletions

View File

@ -162,6 +162,10 @@ class SaveRoutineHelper {
.read<RoutineBloc>()
.add(const CreateSceneEvent());
}
if (context.read<RoutineBloc>().state.errorMessage ==
null) {
Navigator.pop(context, true);
}
}
},
isConfirmEnabled: true,