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