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 am using the library and works fine in all the devices that I tested so far. The problem is that I receive crashes in production for some older devices (i.e. Samsung Note 3 with Android 5):
llegalStateException: Must call init() before using the store in SecuredPreferenceStore.setRecoveryHandler
, but I call init as it is stated in the documentation (cannot replicate it on devices that I have available).
Please provide a fix and let me know!
The text was updated successfully, but these errors were encountered:
Hello,
I am using the library and works fine in all the devices that I tested so far. The problem is that I receive crashes in production for some older devices (i.e. Samsung Note 3 with Android 5):
llegalStateException: Must call init() before using the store in SecuredPreferenceStore.setRecoveryHandler
, but I call init as it is stated in the documentation (cannot replicate it on devices that I have available).
Please provide a fix and let me know!
The text was updated successfully, but these errors were encountered: