TF-2035 Show calendar event banner in email view
(cherry picked from commit 130f575da86e23095d2b626ff8af133a7122ab2e)
This commit is contained in:
@@ -50,6 +50,8 @@ class Attachment with EquatableMixin {
|
||||
}
|
||||
}
|
||||
|
||||
bool get isCalendarEvent => type?.subtype == 'ics' || type?.subtype == 'calendar';
|
||||
|
||||
@override
|
||||
List<Object?> get props => [partId, blobId, size, name, type, cid, disposition];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user