mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-12-02 09:14:54 +00:00
added automation flag in the the bloc and event
This commit is contained in:
@ -68,7 +68,9 @@ class CreateSceneView extends StatelessWidget {
|
||||
sceneName: '',
|
||||
),
|
||||
);
|
||||
context.read<CreateSceneBloc>().add(const ClearTaskListEvent());
|
||||
context
|
||||
.read<CreateSceneBloc>()
|
||||
.add(const ClearTaskListEvent(isAutomation: true));
|
||||
},
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user