Make sure images are rendered
Summary: iOS counterpart for D23370743 Reviewed By: jknoxville Differential Revision: D23397044 fbshipit-source-id: b38113615ef8c14b26700ec638b173061c75cd7e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2d7c464f3e
commit
1a8566c988
@@ -40,8 +40,7 @@
|
||||
return NO;
|
||||
}
|
||||
|
||||
return [contentType containsString:@"image/"] ||
|
||||
[contentType containsString:@"video/"] ||
|
||||
return [contentType containsString:@"video/"] ||
|
||||
[contentType containsString:@"application/zip"];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user