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 have a class that use SharedPreferences but i get this error related to app context Attempt to invoke virtual method 'android.content.SharedPreferences
android.content.Context.getSharedPreferences
and also some other function taht use context
do you have a work around for this issue
thanks
The text was updated successfully, but these errors were encountered:
No sorry, i haven't worked on this project for a while. Maybe you could pass the context as argument to the class you are trying to load from the main app, in order to workaround this issue. Let me know if you find a solution
i have a class that use SharedPreferences but i get this error related to app context
Attempt to invoke virtual method 'android.content.SharedPreferences
android.content.Context.getSharedPreferences
and also some other function taht use context
do you have a work around for this issue
thanks
The text was updated successfully, but these errors were encountered: