From dd197d66fcb0786aecba4f14a970acb0c1a18acd Mon Sep 17 00:00:00 2001 From: jmyers0022 Date: Thu, 16 Mar 2017 08:45:54 -0600 Subject: [PATCH] remove check for looping animation --- lottie-ios/Classes/Private/LOTAnimationView.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lottie-ios/Classes/Private/LOTAnimationView.m b/lottie-ios/Classes/Private/LOTAnimationView.m index 2e7068b11d..7426e6bd43 100644 --- a/lottie-ios/Classes/Private/LOTAnimationView.m +++ b/lottie-ios/Classes/Private/LOTAnimationView.m @@ -355,8 +355,7 @@ # pragma mark - Display Link - (void)startDisplayLink { - if (_animationState.animationIsPlaying == NO || - _animationState.loopAnimation) { + if (_animationState.animationIsPlaying == NO) { return; }