-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SecureStorage.android.cs #20293
Update SecureStorage.android.cs #20293
Conversation
Hey there @AnthonyNjuguna! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
Hey @AnthonyNjuguna thanks for the report and immediate fix too! Is there any way we could add a test for this so we're sure this is a good fix and more importantly: it won't regress again? |
Update SecureStorage_Tests.cs
31af61f
to
1880c25
Compare
Might also fix the issue I reported her: #19983 (my issue contains an example repository) |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
Thoughts? We're not able to reproduce the initial issue.
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
I think @Redth found something, so we probably need to see what he found. |
Superseded by #20445 |
Description of Change
On PlatformRemoveAll we reset the _prefs to null. So that the encrypted_prefs_key and encrypted_prefs_value are created again on next value insert so that GetAsync can decrypt said value
Reasons:
Issues Fixed
Fixes #19983
Issues with Android SecureStorage.GetAsync returning null