TF-3939 Handle archive selection email on mobile view

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-08-05 16:25:02 +07:00
committed by Dat H. Pham
parent 2935b3217b
commit f44118af48
13 changed files with 240 additions and 178 deletions
@@ -4934,4 +4934,11 @@ class AppLocalizations {
name: 'showSignature',
);
}
String get archiveMessagesFailed {
return Intl.message(
'Archive messages failed',
name: 'archiveMessagesFailed',
);
}
}