validate_on_appear
This commit is contained in:
parent
7c82919340
commit
c65d7d233e
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user