-
Notifications
You must be signed in to change notification settings - Fork 487
Delete country list cache (EXPOSUREAPP-3154) #1431
Conversation
…ete-country-list-cache
Release/1.5.x
Corona-Warn-App/src/androidTest/java/de/rki/coronawarnapp/storage/ExposureSummaryDaoTest.kt
Outdated
Show resolved
Hide resolved
e0463d2 to
329cc51
Compare
|
Would it make sense to have this one also in a potential hotfix 1.5.x? Especially as we still have the issue with outdated pending test results, and more users may find out to reset app data as a workaround to enter a new test, the scenario of this PR here becomes more likely. |
|
@vaubaehn I think this is not urgent enough to include this in a hotfix for 1.5. Users might not even suspect this list to come from a server, so if they still see if after a reset, it should not confuse them. And even if they knew... CWA would try to download the list right during the onboarding anyway, so as long as there's internet, the list would show anyway. Hope this helps. |
|
@mlenkeit Thanks for your feedback. Without knowing your workflow, I assumed that one could easily be implemented (so no need to wait for next minor version). But I agree, it's not one of the urgent fixes. Btw., looks like priorization of fixes is more focused now. Feels very good. Thanks to you all for your work! |
d4rken
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested as far as the crash, need re-eval after that.
Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/settings/SettingsResetModule.kt
Show resolved
Hide resolved
Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/settings/SettingsResetFragment.kt
Show resolved
Hide resolved
Corona-Warn-App/src/test/java/de/rki/coronawarnapp/appconfig/AppConfigProviderTest.kt
Show resolved
Hide resolved
|
Kudos, SonarCloud Quality Gate passed!
|
Description
This PR fixes an issue where resetting the app from the in app settings didn't delete the cached country list, resulting in old data being displayed in the onboarding flow without internet access.
Steps to reproduce