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
Should get the SharedPreferences like: SharedPreferences sharedPref = reactContext.getSharedPreferences("key", Context.MODE_PRIVATE);
getCurrentActivity() maybe null after launch app call the api immediately.
Should get the SharedPreferences like:
SharedPreferences sharedPref = reactContext.getSharedPreferences("key", Context.MODE_PRIVATE);getCurrentActivity() maybe null after launch app call the api immediately.