From 14dd157915bd7841fc820e3083eb26344273a8bb Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Wed, 3 May 2023 12:59:12 -0400 Subject: [PATCH] remove test code --- MVMCoreUI/Alerts/AlertHandler.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Alerts/AlertHandler.swift b/MVMCoreUI/Alerts/AlertHandler.swift index acc5fa4b..51b7433a 100644 --- a/MVMCoreUI/Alerts/AlertHandler.swift +++ b/MVMCoreUI/Alerts/AlertHandler.swift @@ -44,7 +44,7 @@ public class AlertHandler { } @MainActor - public func createAlertController(with alertModel: AlertModelProtocol, additionalData: [AnyHashable: Any]? = nil, delegateObject: DelegateObject? = nil) -> AlertController { + public func createAlertController(with alertModel: AlertModelProtocol) -> AlertController { // ActionSheets are not supported on iPad interfaces without a source rect (i.e. a source element) which isn't currently supported for our generic handling. // TODO: Find a way to support this. var alertStyle = alertModel.preferredStyle