Skip to content

Commit

Permalink
Fix setImage clownyness
Browse files Browse the repository at this point in the history
Reviewed By: mmmulani

Differential Revision: D3785608

fbshipit-source-id: eab547ae2724efde5aeb3855ab15610875d63dcd
  • Loading branch information
javache authored and Facebook Github Bot 3 committed Aug 29, 2016
1 parent 7a7c44f commit 3fb7669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Image/RCTImageView.m
Expand Up @@ -109,7 +109,7 @@ - (void)dealloc
- (void)updateWithImage:(UIImage *)image
{
if (!image) {
self.image = nil;
super.image = nil;
return;
}

Expand Down

0 comments on commit 3fb7669

Please sign in to comment.