push add temp task flag

This commit is contained in:
ashrafzarkanisala
2024-07-16 22:47:06 +03:00
parent 201931659d
commit 007e170755
2 changed files with 17 additions and 16 deletions

View File

@ -93,7 +93,7 @@ mixin SceneLogicHelper {
OperationDialogType.countdown) ||
(taskItem.operationDialogType == OperationDialogType.delay)) {
return AlertDialogCountdown(
durationValue: taskItem.functionValue,
durationValue: taskItem.functionValue ?? 0,
functionValue: functionValue ?? taskItem.functionValue,
function: taskItem,
);