mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-11 17:41:57 +01:00
Fix timestamps for weather notification, this did not result in any known bug though
This commit is contained in:
parent
3c99adbf13
commit
4135eae793
@ -75,7 +75,7 @@ public class ParcelableWeather2 implements Parcelable {
|
|||||||
JSONArray list = new JSONArray();
|
JSONArray list = new JSONArray();
|
||||||
JSONObject city = new JSONObject();
|
JSONObject city = new JSONObject();
|
||||||
while (--conditions > 0) {
|
while (--conditions > 0) {
|
||||||
timeOffset += 86400000; //manually determined
|
timeOffset += 86400; //manually determined
|
||||||
JSONObject item = new JSONObject();
|
JSONObject item = new JSONObject();
|
||||||
JSONObject condition = new JSONObject();
|
JSONObject condition = new JSONObject();
|
||||||
JSONObject main = new JSONObject();
|
JSONObject main = new JSONObject();
|
||||||
|
Loading…
Reference in New Issue
Block a user