mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Refactoring
This commit is contained in:
@@ -116,6 +116,10 @@ public class EntityAttachment {
|
||||
return IMAGE_TYPES.contains(getMimeType());
|
||||
}
|
||||
|
||||
boolean isEncryption() {
|
||||
return (encryption != null);
|
||||
}
|
||||
|
||||
File getFile(Context context) {
|
||||
return getFile(context, id, name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user