TF-1083: add drag multiple mail

This commit is contained in:
ManhNTX
2022-10-20 18:05:20 +07:00
committed by Dat H. Pham
parent 64cef87b74
commit 772d51608e
4 changed files with 80 additions and 44 deletions
@@ -2447,4 +2447,12 @@ class AppLocalizations {
'A read receipt has been sent.',
name: 'toastMessageSendReceiptSuccess');
}
String moveConversation(int numberOfConversation) {
return Intl.message(
'Move $numberOfConversation conversation',
name: 'moveConversation',
args: [numberOfConversation]
);
}
}