mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 20:15:11 +00:00
Fix setImage clownyness
Reviewed By: mmmulani Differential Revision: D3785608 fbshipit-source-id: eab547ae2724efde5aeb3855ab15610875d63dcd
This commit is contained in:
parent
7a7c44f622
commit
3fb76696bb
@ -109,7 +109,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
|
|||||||
- (void)updateWithImage:(UIImage *)image
|
- (void)updateWithImage:(UIImage *)image
|
||||||
{
|
{
|
||||||
if (!image) {
|
if (!image) {
|
||||||
self.image = nil;
|
super.image = nil;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user