If I'm not mistaken, the exposure days list is always returning a one element list with the last exposure day: https://github.com/DP-3T/dp3t-sdk-android/blob/739bf165b0d47c8ccdea6f3dbbd2252cb521aef4/dp3t-sdk/sdk/src/main/java/org/dpppt/android/sdk/internal/storage/ExposureDayStorage.java#L91 Am I wrong? Is this a bug? How can I get the full exposure days list? Thanks
If I'm not mistaken, the exposure days list is always returning a one element list with the last exposure day:
dp3t-sdk-android/dp3t-sdk/sdk/src/main/java/org/dpppt/android/sdk/internal/storage/ExposureDayStorage.java
Line 91 in 739bf16
Am I wrong? Is this a bug? How can I get the full exposure days list?
Thanks