I have this error with a spinner inside a fragment = ViewRootImpl: sendUserActionEvent() mView == null , Does anyone know how to fix it ? , thanks in advance!
This happens when your fragment becomes detached from its activity. It happens sometimes because of screen rotation. I face same problem on Samsung Galaxy S4, when I opened the camera intent, my activity restarted due to screen orientation change. I fixed my problem by adding this line in my activity in the Manifest file:
android:configChanges="orientation|screenSize"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With