main async
This commit is contained in:
parent
768b36a739
commit
969d9601ab
@ -13,8 +13,7 @@ extension MFViewController: ObservingTextFieldDelegate {
|
||||
|
||||
public extension MFViewController {
|
||||
@objc func startValidation() {
|
||||
// Temporary fix with delay.
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.000001) { [weak self] in
|
||||
DispatchQueue.main.async { [weak self] in
|
||||
(self as? FormHolderProtocol)?.formValidator?.validate()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user