Skip to content

Commit

Permalink
Code Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Withrow committed Feb 13, 2017
1 parent 97a814c commit 7d13ff6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Example/lottie-ios/AnimatedTextField.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ - (void)layoutSubviews {
- (void)displayCharacter:(BOOL)animated {
if (animated) {
[animationView_ play];
} else /*if (animationView_.animationProgress != 1)*/ {
// [[NSOperationQueue mainQueue] addOperationWithBlock:^{
} else {
animationView_.animationProgress = 1;
// }];
}
}

Expand Down

0 comments on commit 7d13ff6

Please sign in to comment.