diff --git a/lottie-ios/Classes/Private/LOTAnimationView.m b/lottie-ios/Classes/Private/LOTAnimationView.m index 008e54c98d..50dc816d36 100644 --- a/lottie-ios/Classes/Private/LOTAnimationView.m +++ b/lottie-ios/Classes/Private/LOTAnimationView.m @@ -90,7 +90,6 @@ } else { [self setAnimatedProgress:_animatedProgress updateAnimation:true]; } - [self.layer setNeedsLayout]; }]; } }