mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 01:19:40 +00:00
push delete automation
This commit is contained in:
@ -28,6 +28,8 @@ class SceneView extends StatelessWidget {
|
||||
if (state.success) {
|
||||
BlocProvider.of<SceneBloc>(context)
|
||||
.add(LoadScenes(HomeCubit.getInstance().selectedSpace!.id!));
|
||||
BlocProvider.of<SceneBloc>(context).add(
|
||||
LoadAutomation(HomeCubit.getInstance().selectedSpace!.id!));
|
||||
}
|
||||
}
|
||||
if (state is CreateSceneWithTasks) {
|
||||
|
Reference in New Issue
Block a user