kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
22cad64089
commit
c0fe156897
|
@ -812,10 +812,14 @@ public class AttachmentTable extends DatabaseTable {
|
||||||
Log.i(TAG, "Inserted attachment at ID: " + attachmentId);
|
Log.i(TAG, "Inserted attachment at ID: " + attachmentId);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (Attachment attachment : quoteAttachment) {
|
try {
|
||||||
AttachmentId attachmentId = insertAttachment(mmsId, attachment, true);
|
for (Attachment attachment : quoteAttachment) {
|
||||||
insertedAttachments.put(attachment, attachmentId);
|
AttachmentId attachmentId = insertAttachment(mmsId, attachment, true);
|
||||||
Log.i(TAG, "Inserted quoted attachment at ID: " + attachmentId);
|
insertedAttachments.put(attachment, attachmentId);
|
||||||
|
Log.i(TAG, "Inserted quoted attachment at ID: " + attachmentId);
|
||||||
|
}
|
||||||
|
} catch (MmsException e) {
|
||||||
|
Log.w(TAG, "Failed to insert quote attachment! messageId: " + mmsId);
|
||||||
}
|
}
|
||||||
|
|
||||||
return insertedAttachments;
|
return insertedAttachments;
|
||||||
|
|
Ładowanie…
Reference in New Issue