mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 21:34:54 +00:00
finished sending the delay in correct way
This commit is contained in:
@ -60,8 +60,8 @@ class _AlertDialogCountdownState extends State<AlertDialogCountdown> {
|
||||
setState(() {
|
||||
durationInSeconds = newDuration.inSeconds;
|
||||
});
|
||||
context.read<CreateSceneBloc>().add(SelectedValueEvent(
|
||||
value: newDuration.inSeconds, code: widget.function.code));
|
||||
context.read<CreateSceneBloc>().add(
|
||||
SelectedValueEvent(value: newDuration.inSeconds, code: 'delay'));
|
||||
},
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user