mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 01:56:24 +00:00
push changes
This commit is contained in:
@ -162,6 +162,10 @@ class SaveRoutineHelper {
|
||||
.read<RoutineBloc>()
|
||||
.add(const CreateSceneEvent());
|
||||
}
|
||||
if (context.read<RoutineBloc>().state.errorMessage ==
|
||||
null) {
|
||||
Navigator.pop(context, true);
|
||||
}
|
||||
}
|
||||
},
|
||||
isConfirmEnabled: true,
|
||||
|
Reference in New Issue
Block a user