moving tp block

This commit is contained in:
Suresh, Kamlesh 2020-03-17 22:55:38 -04:00
parent 6f46b51ac7
commit 768b36a739

View File

@ -484,10 +484,10 @@
- (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];
}]; }];
[self startValidation];
} }
- (void)didReceiveMemoryWarning { - (void)didReceiveMemoryWarning {