mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-29 22:41:56 +08:00
Fix setImage clownyness
Reviewed By: mmmulani Differential Revision: D3785608 fbshipit-source-id: eab547ae2724efde5aeb3855ab15610875d63dcd
This commit is contained in:
committed by
Facebook Github Bot 3
parent
7a7c44f622
commit
3fb76696bb
@@ -109,7 +109,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
|
||||
- (void)updateWithImage:(UIImage *)image
|
||||
{
|
||||
if (!image) {
|
||||
self.image = nil;
|
||||
super.image = nil;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user