remove test code

This commit is contained in:
Scott Pfeil 2023-05-03 12:59:12 -04:00
parent ff35fa5924
commit 14dd157915

View File

@ -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