Attachment fixes

This commit is contained in:
M66B
2019-06-29 08:52:15 +02:00
parent 27bce77069
commit a3f9cd75ea
4 changed files with 14 additions and 5 deletions

View File

@@ -864,7 +864,6 @@ public class MessageHelper {
for (int i = 0; i < remotes.size(); i++) {
EntityAttachment remote = remotes.get(i);
if (Objects.equals(remote.name, local.name) &&
Objects.equals(remote.disposition, local.disposition) &&
Objects.equals(remote.cid, local.cid)) {
found = true;
downloadAttachment(context, i, local);