Fixed a nav button issue

Fixed a bug where the Cancel button on the attachment approval screen when sharing into the app wasn't working.
pull/548/head
Morgan Pretty 3 years ago
parent ab9f2a0c7b
commit a9718a7be5

@ -172,7 +172,7 @@ final class ThreadPickerVC: UIViewController, UITableViewDataSource, UITableView
}
func attachmentApprovalDidCancel(_ attachmentApproval: AttachmentApprovalViewController) {
// Do nothing
dismiss(animated: true, completion: nil)
}
func attachmentApproval(_ attachmentApproval: AttachmentApprovalViewController, didChangeMessageText newMessageText: String?) {

Loading…
Cancel
Save