Skip to content
Snippets Groups Projects
Unverified Commit 4a6e4398 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Fix automatic data reset on for users affected by encryption issues...

Fix automatic data reset on for users affected by encryption issues (EXPOSUREAPP-3313, EXPOSUREAPP-3335) (#1433)

* I overlooked that `KeyException` is a subclass of `GeneralSecurityException`.
This causes us to continue with `KeyException` which then fails the message matching test.
As the underlying Tink code throws the GeneralSecurityException first, we check the type of the last exception.

* Add additional specific test cases for nested exceptions.

* The dialog shouldn't automatically dismiss when the user clicks details.
They may not have read the dialog message completely or want to re-read it.
parent 7be28dd8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment