mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-13 19:27:33 +01:00
Avoid another potential NPE
This commit is contained in:
parent
f96b10cca0
commit
c6bfd296a6
@ -124,7 +124,7 @@ public class ParcelableWeather2 implements Parcelable {
|
|||||||
} catch (JSONException e) {
|
} catch (JSONException e) {
|
||||||
LOG.error("error while construction JSON", e);
|
LOG.error("error while construction JSON", e);
|
||||||
}
|
}
|
||||||
LOG.debug("Forecast JSON for Webview: " + reconstructedOWMForecast.toString());
|
LOG.debug("Forecast JSON for Webview: " + reconstructedOWMForecast);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user