Preserve caption text of edited images.

pull/2/head
Matthew Chen 6 years ago committed by Michael Kirk
parent 04ec6b9ddb
commit db958f4a01

@ -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