TF-1472: Fixed popup when sending email should be displayed at the bottom of screen

This commit is contained in:
HuyNguyen
2023-02-28 10:28:50 +07:00
committed by Dat Vu
parent 42a1cfab0b
commit 0913a73286
3 changed files with 15 additions and 8 deletions
@@ -260,7 +260,9 @@ class MailboxDashBoardController extends ReloadableController {
_appToast.showToastWithIcon(
currentOverlayContext!,
message: AppLocalizations.of(currentContext!).your_email_being_sent,
icon: _imagePaths.icSendToast);
icon: _imagePaths.icSendToast,
delayTime: const Duration(seconds: 1),
);
}
} else if (success is GetEmailStateToRefreshSuccess) {
dispatchEmailUIAction(RefreshChangeEmailAction(success.storedState));