Match attachments by properties

This commit is contained in:
M66B
2019-05-08 10:32:37 +02:00
parent 61f7a2f692
commit 4cf330dfb6
11 changed files with 1807 additions and 57 deletions

View File

@@ -1390,7 +1390,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
a.sequence = ++sequence;
a.id = db.attachment().insertAttachment(a);
try {
parts.downloadAttachment(context, index, a.id);
parts.downloadAttachment(context, a);
} catch (Throwable ex) {
Log.e(ex);
}