Change order of attachment and mail body on mobile

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-09 11:52:29 +07:00
committed by Dat H. Pham
parent 5e3f4458c5
commit 296065c0b7
28 changed files with 501 additions and 418 deletions
@@ -386,7 +386,7 @@ class AppLocalizations {
String titleHeaderAttachment(int count, String totalSize) {
return Intl.message(
'$count Attachments ($totalSize):',
'$count Attachments ($totalSize)',
name: 'titleHeaderAttachment',
args: [count, totalSize]
);
@@ -4905,4 +4905,11 @@ class AppLocalizations {
name: 'enterEmailAddress',
);
}
String get archiveAndDownload {
return Intl.message(
'Archive and download',
name: 'archiveAndDownload',
);
}
}