Attempt to invoke interface method 'void SplashMvpView.openMainActivity()' on a null object reference
chnouman opened this issue · 1 comments
chnouman commented
This error occur most of the times when i close the activity while the app is performing any task like i'm using firestore in my project when i make a request to firestore and close the activity it gives me error that getMVPView() is null.
Same is happening in my splash screen when i open and close the app for 2 to 3 times it gives me error on getMVPView() in my presenter class.
Kindly help me to get rid of this issue.
chnouman commented