Revert "Consider images without name as inline"

This reverts commit f88879f8df.
This commit is contained in:
M66B
2019-12-14 16:09:12 +01:00
parent 5c87d2464e
commit 006533b15e
4 changed files with 8 additions and 11 deletions

View File

@@ -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);
}