mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Revert "Consider images without name as inline"
This reverts commit f88879f8df.
This commit is contained in:
@@ -109,10 +109,6 @@ public class EntityAttachment {
|
||||
return IMAGE_TYPES.contains(type);
|
||||
}
|
||||
|
||||
boolean isInlineImage() {
|
||||
return ((isInline() || TextUtils.isEmpty(name)) && isImage());
|
||||
}
|
||||
|
||||
File getFile(Context context) {
|
||||
return getFile(context, id, name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user