TF-3416 Handle download attachment in EML previewer on web

This commit is contained in:
dab246
2025-01-14 12:58:06 +07:00
committed by Dat H. Pham
parent 91f3275a54
commit b7b6b0f7fa
11 changed files with 271 additions and 40 deletions
@@ -80,7 +80,7 @@ class FCMRepositoryImpl extends FCMRepository {
if (listEmails.isNotEmpty) {
return EmailsResponse(emailList: listEmails);
} else {
return EmailsResponse();
return const EmailsResponse();
}
}