ActionHandler to Swift
This commit is contained in:
parent
9ea9894e80
commit
6c08179b2a
@ -23,7 +23,7 @@ open class ActionTopAlertHandler: MVMCoreActionHandlerProtocol {
|
||||
}
|
||||
let alertObject = MVMCoreAlertObject(forPageType: model.pageType, responseInfo: responseInfo, additionalData: additionalData, delegateObject: delegateObject)!
|
||||
(delegateObject?.actionDelegate as? MVMCoreUIActionDelegateProtocol)?.willShowTopAlert(with: alertObject, alertJson: json!)
|
||||
MVMCoreAlertHandler.shared()?.showAlert(with: alertObject)
|
||||
alertObject.showAlert()
|
||||
continuation.resume()
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user