Closed Ghazghkull closed 7 years ago
Debugging your code into my computer and using my device the problem is located when the app tries to read the content from the Realm proxy:
GlucoseReading reading = readings.get(i); osw.append(dateTool.convertRawDate(reading.getCreated() + ""));
The reading.getCreated() is always null
https://github.com/Glucosio/glucosio-android/pull/324
Probably resolved!
Debugging your code into my computer and using my device the problem is located when the app tries to read the content from the Realm proxy:
The reading.getCreated() is always null