Migrate v0.11.3-patch4-dev to master branch
This commit is contained in:
@@ -4,4 +4,6 @@ import 'package:tmail_ui_user/features/upload/domain/extensions/media_type_exten
|
||||
|
||||
extension AttachmentExtension on Attachment {
|
||||
String getIcon(ImagePaths imagePaths) => type?.getIcon(imagePaths, fileName: name) ?? imagePaths.icFileEPup;
|
||||
|
||||
bool validatePDFIcon() => type?.validatePDFIcon(fileName: name) ?? false;
|
||||
}
|
||||
Reference in New Issue
Block a user