TF-1323 Fix can not attach image on mobile and web

This commit is contained in:
dab246
2023-02-06 10:16:36 +07:00
committed by Dat Vu
parent 10ba3867d8
commit 459b1995a7
16 changed files with 317 additions and 163 deletions
@@ -2754,7 +2754,7 @@ class AppLocalizations {
name: 'saveEmailAsDraftFailureWithSetErrorTypeOverQuota',
);
}
String get mailBoxes {
return Intl.message(
'Mailboxes',
@@ -2772,4 +2772,11 @@ class AppLocalizations {
'Hide mailbox',
name: 'hideMailBoxes');
}
String get thisImageCannotBeAdded {
return Intl.message(
'This image cannot be added.',
name: 'thisImageCannotBeAdded'
);
}
}