adjusted
This commit is contained in:
parent
dabad14ed5
commit
df5678f696
@ -319,7 +319,10 @@ import UIKit
|
||||
|
||||
model.updateUIDynamicError = { [weak self] in
|
||||
MVMCoreDispatchUtility.performBlock(onMainThread: {
|
||||
guard let self = self, model.dynamicErrorMessage != nil else { return }
|
||||
guard let self = self,
|
||||
model.dynamicErrorMessage != nil
|
||||
else { return }
|
||||
|
||||
model.isValid = false
|
||||
self.updateValidation(model.isValid ?? false)
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user