TF-389 Fix can not see the attachment in EmailView
This commit is contained in:
@@ -27,7 +27,9 @@ class Attachment with EquatableMixin {
|
||||
this.disposition,
|
||||
});
|
||||
|
||||
bool cidNotEmpty() => cid != null && cid!.isNotEmpty;
|
||||
bool noCid() => cid == null || cid?.isEmpty == true;
|
||||
|
||||
bool hasCid() => cid != null && cid?.isNotEmpty == true;
|
||||
|
||||
String getDownloadUrl(String baseDownloadUrl, AccountId accountId) {
|
||||
final downloadUriTemplate = UriTemplate('$baseDownloadUrl');
|
||||
|
||||
Reference in New Issue
Block a user