Merge branch 'bugfix-screenfrozen' into 'develop'

Setting animatingIn to false

See merge request BPHV_MIPS/mvm_core!229
This commit is contained in:
Pfeil, Scott Robert 2022-09-13 16:02:06 +00:00
commit b5e579f59a

View File

@ -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) {