Fixed a wrong variable name

pull/796/head
Morgan Pretty 3 years ago
parent bead5ca1e6
commit 6851bb25fc

@ -2377,7 +2377,7 @@ extension ConversationVC {
}) })
alertVC.addAction(UIAlertAction(title: "TXT_CANCEL_TITLE".localized(), style: .cancel, handler: nil)) alertVC.addAction(UIAlertAction(title: "TXT_CANCEL_TITLE".localized(), style: .cancel, handler: nil))
Modal.setupForIPadIfNeeded(sheet, targetView: self.view) Modal.setupForIPadIfNeeded(alertVC, targetView: self.view)
self.present(alertVC, animated: true, completion: nil) self.present(alertVC, animated: true, completion: nil)
} }

Loading…
Cancel
Save