TF-332 Fix when nothing is change tmail still making jmap request

This commit is contained in:
dab246
2022-07-11 12:33:29 +07:00
committed by Dat H. Pham
parent bce3f0a27a
commit 7473fdffdf
5 changed files with 283 additions and 175 deletions
@@ -1608,4 +1608,10 @@ class AppLocalizations {
name: 'messageDialogSendEmailUploadingAttachment'
);
}
String get saveAndClose {
return Intl.message(
'Save & close',
name: 'saveAndClose');
}
}