While loading data from firebase, the view doesn't respond, i.e. I cannot scroll it, and cannot swipe it.
On further inspection, I am getting this kind of error:
E/ViewRootImpl: mView does not exist, so discard the remaining points. java.lang.NullPointerException: Attempt to invoke interface method 'boolean androidx.recyclerview.widget.RecyclerView$OnItemTouchListener.onInterceptTouchEvent(androidx.recyclerview.widget.RecyclerView, android.view.MotionEvent)' on a null object reference
I/Surface: opservice is null false
I even tried to attach onTouchListener, when the list is loaded. But still not working.
While loading data from firebase, the view doesn't respond, i.e. I cannot scroll it, and cannot swipe it.
On further inspection, I am getting this kind of error:
I even tried to attach onTouchListener, when the list is loaded. But still not working.