IOS-2628 Workaround empty bloblist

IOS-2651
Dirk Zimmermann 2 years ago
parent 391e9b2bc5
commit c4a83b23ca

@ -91,8 +91,9 @@
precomposedStringWithCanonicalMapping]
UTF8String], 0);
if (self.attachments)
if (self.attachments && self.attachments.count > 0) {
msg->attachments = [self.attachments toBloblist];
}
return msg;
}

Loading…
Cancel
Save