validate_on_appear

This commit is contained in:
Suresh, Kamlesh 2020-03-16 23:06:31 -04:00
parent 7c82919340
commit c65d7d233e

View File

@ -484,7 +484,6 @@
- (void)newDataBuildAndUpdate {
[MVMCoreDispatchUtility performBlockOnMainThread:^{
[self newDataBuildScreen];
[self startValidation];
self.needToUpdateUI = YES;
[self.view setNeedsLayout];
}];
@ -536,6 +535,8 @@
if (!self.disableAnimations) {
[self.introAnimationManager performAnimations];
}
[self startValidation];
}
- (void)viewWillDisappear:(BOOL)animated {