forked from organicmaps/organicmaps
[ios] Fixed endless animation.
This commit is contained in:
parent
e64a63f434
commit
c1ad9d0d7d
1 changed files with 3 additions and 0 deletions
|
@ -39,7 +39,10 @@
|
|||
- (void)animationDidStop:(CABasicAnimation *)anim finished:(BOOL)flag
|
||||
{
|
||||
if (self.nextProgressToAnimate)
|
||||
{
|
||||
self.progress = self.nextProgressToAnimate.doubleValue;
|
||||
self.nextProgressToAnimate = nil;
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - Actions
|
||||
|
|
Loading…
Add table
Reference in a new issue