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
PinHelper.resetDefaultSavedPin() method should not clear the default SharedPreferences. It should only remove hash & salt entries.
I think many apps use default SharedPreferences to store some of their data. Clearing default SharedPreferences could break their apps. For now I'm using custom PinSaver and Validator.
The text was updated successfully, but these errors were encountered:
PinHelper.resetDefaultSavedPin()
method should not clear the defaultSharedPreferences
. It should only remove hash & salt entries.I think many apps use default SharedPreferences to store some of their data. Clearing default SharedPreferences could break their apps. For now I'm using custom PinSaver and Validator.
The text was updated successfully, but these errors were encountered: