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
Getting a Attempt to invoke virtual method 'android.support.v4.app.FragmentManager android.support.v4.app.FragmentActivity.getSupportFragmentManager()' on a null object reference
#114
The thing is if the user is previosly connect it works like a charm, but if he loggs in it shows this error: java.lang.NullPointerException: Attempt to invoke virtual method 'android.support.v4.app.FragmentManager android.support.v4.app.FragmentActivity.getSupportFragmentManager()' on a null object reference
The text was updated successfully, but these errors were encountered:
Hi
I am trying to close the fragment and go back to my Activity when the user is logged in. So I did:
The thing is if the user is previosly connect it works like a charm, but if he loggs in it shows this error:
java.lang.NullPointerException: Attempt to invoke virtual method 'android.support.v4.app.FragmentManager android.support.v4.app.FragmentActivity.getSupportFragmentManager()' on a null object reference
The text was updated successfully, but these errors were encountered: