fixed image loading
This commit is contained in:
@@ -9,7 +9,7 @@ public class Config {
|
|||||||
static {
|
static {
|
||||||
URL url = null;
|
URL url = null;
|
||||||
try {
|
try {
|
||||||
url = new URL("https://dl.dropboxusercontent.com/u/231329/xyzreader_data/data.json" );
|
url = new URL("http://dl.dropboxusercontent.com/u/231329/xyzreader_data/data.json" );
|
||||||
} catch (MalformedURLException ignored) {
|
} catch (MalformedURLException ignored) {
|
||||||
// TODO: throw a real error
|
// TODO: throw a real error
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user