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