TF-832 Implement delete multiple recipient in forwarding

This commit is contained in:
dab246
2022-08-19 13:28:27 +07:00
committed by Dat H. Pham
parent 7da79592c8
commit 6acf70e61b
9 changed files with 377 additions and 61 deletions
@@ -2126,4 +2126,11 @@ class AppLocalizations {
'The email has been removed from the recipient list.',
name: 'toastMessageDeleteRecipientSuccessfully');
}
String get messageConfirmationDialogDeleteAllRecipientForward {
return Intl.message(
'Do you want to delete all email?',
name: 'messageConfirmationDialogDeleteAllRecipientForward'
);
}
}