You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i used the package recently to load unencrypted shared preferences.
This works fine for the getAllItems method, but it does not work for the getItem method.
This is because the getItem method rejects the promise on decryption error but the getAllItems method only logs the error and puts the unencrypted result to the resultmap.
I don't know if this is the expected behavior, but i would expect both methods to have the same behavior.
Thank you and have a nice day
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
HI all,
i used the package recently to load unencrypted shared preferences.
This works fine for the getAllItems method, but it does not work for the getItem method.
This is because the getItem method rejects the promise on decryption error but the getAllItems method only logs the error and puts the unencrypted result to the resultmap.
I don't know if this is the expected behavior, but i would expect both methods to have the same behavior.
Thank you and have a nice day
The text was updated successfully, but these errors were encountered: