2 exceptions preventing use
I am getting these two exceptions in production :
java.lang.NullPointerException: Attempt to invoke interface method 'android.content.SharedPreferences$Editor android.content.SharedPreferences.edit()' on a null object reference
java.lang.SecurityException: Could not decrypt value. decryption failed
When trying to read from the the storage. This is of course extremely problematic, as I'm read values during the app's startup. It's preventing users from using the app at all.
What's going wrong here ?
Same thing here.
NullPointerException Attempt to invoke interface method 'android.content.SharedPreferences$Editor android.content.SharedPreferences.edit()' on a null object reference
Possible duplicate of #380 ?
I'll be trying out the latest workaround mentioned in #380 then.