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 {
[MVMCoreDispatchUtility performBlockOnMainThread:^{
[self newDataBuildScreen];
[self startValidation];
self.needToUpdateUI = YES;
[self.view setNeedsLayout];
}];
[self startValidation];
}
- (void)didReceiveMemoryWarning {