Merge branch 'charlesmchen/imageEditorVsCaptions'

pull/2/head
Michael Kirk 6 years ago
commit 4068496644

@ -584,6 +584,8 @@ public class AttachmentApprovalViewController: UIPageViewController, UIPageViewC
owsFailDebug("Could not prepare attachment for output: \(attachmentError).")
return attachmentItem.attachment
}
// Preserve caption text.
dstAttachment.captionText = attachmentItem.captionText
return dstAttachment
}

Loading…
Cancel
Save