Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

src for GLImage should support https prefix #3

Closed
jacobbubu opened this issue Sep 2, 2015 · 1 comment
Closed

src for GLImage should support https prefix #3

jacobbubu opened this issue Sep 2, 2015 · 1 comment

Comments

@jacobbubu
Copy link

https://github.com/ProjectSeptemberInc/gl-react-native/blob/master/RNGL/GLImage.m#L81

if (![_src hasPrefix:@"http://"] && ![_src hasPrefix:@"http://"]) {

Should be

if (![_src hasPrefix:@"http://"] && ![_src hasPrefix:@"https://"]) {

?

@gre
Copy link
Owner

gre commented Sep 2, 2015

good catch. thanks

@gre gre closed this as completed in 83d1840 Sep 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants