TF-475 Create custom toast

This commit is contained in:
dab246
2022-05-30 16:23:33 +07:00
committed by Dat H. Pham
parent 38bc7d9118
commit c5aa9f7d69
9 changed files with 312 additions and 28 deletions
@@ -669,7 +669,8 @@ class ThreadController extends BaseController {
emailActionType!,
destinationPath: destinationPath));
}
}
},
maxWidth: _responsiveUtils.getMaxWidthToast(currentContext!)
);
}
@@ -1043,7 +1044,8 @@ class ThreadController extends BaseController {
success.currentMailboxId,
MoveAction.undo,
success.emailActionType));
}
},
maxWidth: _responsiveUtils.getMaxWidthToast(currentContext!)
);
}
}