Merge branch 'feature/validate_on_appear' into 'develop'
validate_on_appear See merge request BPHV_MIPS/mvm_core_ui!309
This commit is contained in:
commit
d530edd57f
@ -484,7 +484,9 @@
|
|||||||
- (void)newDataBuildAndUpdate {
|
- (void)newDataBuildAndUpdate {
|
||||||
[MVMCoreDispatchUtility performBlockOnMainThread:^{
|
[MVMCoreDispatchUtility performBlockOnMainThread:^{
|
||||||
[self newDataBuildScreen];
|
[self newDataBuildScreen];
|
||||||
[self startValidation];
|
dispatch_async(dispatch_get_main_queue(), ^{
|
||||||
|
[self startValidation];
|
||||||
|
});
|
||||||
self.needToUpdateUI = YES;
|
self.needToUpdateUI = YES;
|
||||||
[self.view setNeedsLayout];
|
[self.view setNeedsLayout];
|
||||||
}];
|
}];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user