Merge branch 'bugfix-screenfrozen' into 'develop'
Setting animatingIn to false See merge request BPHV_MIPS/mvm_core!229
This commit is contained in:
commit
b5e579f59a
@ -139,7 +139,7 @@
|
||||
|
||||
if (animate) {
|
||||
self.animatingOut = YES;
|
||||
|
||||
self.animatingIn = NO;
|
||||
[UIView animateWithDuration:0.3 delay:0 options:UIViewAnimationOptionBeginFromCurrentState animations:^{
|
||||
self.loadingViewController.view.alpha = 0;
|
||||
} completion:^(BOOL finished) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user