From faf5e4e6eb2fc2744f5492cc15af72ce46cd9b5d Mon Sep 17 00:00:00 2001 From: Simon Mitchell Date: Fri, 26 May 2017 11:06:39 +0100 Subject: [PATCH] Removes un-necessary setNeedsLayout --- lottie-ios/Classes/Private/LOTAnimationView.m | 1 - 1 file changed, 1 deletion(-) 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]; }]; } }