Skip to content

Commit

Permalink
Merge pull request #346 from airbnb/btw/keypathwarning
Browse files Browse the repository at this point in the history
Add log warning for missing keypath
  • Loading branch information
buba447 committed Aug 4, 2017
2 parents 1d136c4 + 8067262 commit 54fa86a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lottie-ios/Classes/Private/LOTAnimationView.m
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ - (void)setValue:(nonnull id)value
[CATransaction setDisableActions:YES];
[_compContainer displayWithFrame:_compContainer.currentFrame forceUpdate:YES];
[CATransaction commit];
} else {
NSLog(@"%s: Keypath Not Found: %@", __PRETTY_FUNCTION__, keypath);
}
}

Expand Down

0 comments on commit 54fa86a

Please sign in to comment.