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