TF-3416 Handle download attachment in EML previewer on web
This commit is contained in:
@@ -80,7 +80,7 @@ class FCMRepositoryImpl extends FCMRepository {
|
||||
if (listEmails.isNotEmpty) {
|
||||
return EmailsResponse(emailList: listEmails);
|
||||
} else {
|
||||
return EmailsResponse();
|
||||
return const EmailsResponse();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user