aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/src/cgeo/geocaching/network/Network.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/network/Network.java b/main/src/cgeo/geocaching/network/Network.java
index 2affab4..6ab7704 100644
--- a/main/src/cgeo/geocaching/network/Network.java
+++ b/main/src/cgeo/geocaching/network/Network.java
@@ -390,6 +390,8 @@ public abstract class Network {
return new JSONObject(Network.getResponseData(response));
} catch (final JSONException e) {
Log.e("Network.requestJSON", e);
+ } catch (final NullPointerException e) {
+ Log.e("Network.requestJSON", e);
}
}