From 6851bb25fcdd5aee57d224c8f863974cdeda0381 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Fri, 24 Feb 2023 11:19:28 +1100 Subject: [PATCH] Fixed a wrong variable name --- Session/Conversations/ConversationVC+Interaction.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Session/Conversations/ConversationVC+Interaction.swift b/Session/Conversations/ConversationVC+Interaction.swift index b40ba50cf..f4d029b1d 100644 --- a/Session/Conversations/ConversationVC+Interaction.swift +++ b/Session/Conversations/ConversationVC+Interaction.swift @@ -2377,7 +2377,7 @@ extension ConversationVC { }) 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) }