remove test code
This commit is contained in:
parent
ff35fa5924
commit
14dd157915
@ -44,7 +44,7 @@ public class AlertHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@MainActor
|
@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.
|
// 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.
|
// TODO: Find a way to support this.
|
||||||
var alertStyle = alertModel.preferredStyle
|
var alertStyle = alertModel.preferredStyle
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user