mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-22 05:44:48 +00:00
push fixes
This commit is contained in:
@ -129,7 +129,7 @@ class CustomBottomSheetWidget extends StatelessWidget {
|
||||
operation: functions[0].operationName,
|
||||
icon: Assets.delay,
|
||||
deviceName: 'Delay The Action',
|
||||
uniqueId: functions[0].uniqueCustomId,
|
||||
uniqueId: functions[0].uniqueCustomId!,
|
||||
operationType: functions[0].operationDialogType,
|
||||
));
|
||||
context.read<CreateSceneBloc>().add(const AddTaskEvent());
|
||||
|
Reference in New Issue
Block a user