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
05-19 04:41:06.107 4263 4263 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()' on a null object reference
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at me.tatarka.bindingcollectionadapter2.collections.DiffObservableList.size(DiffObservableList.java:184)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at me.tatarka.bindingcollectionadapter2.BindingRecyclerViewAdapter.getItemCount(BindingRecyclerViewAdapter.java:249)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep1(RecyclerView.java:4044)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:3849)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4404)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.view.View.layout(View.java:19659)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.view.ViewGroup.layout(ViewGroup.java:6075)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.widget.FrameLayout.layoutChildren(FrameLayout.java:323)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.widget.FrameLayout.onLayout(FrameLayout.java:261)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.view.View.layout(View.java:19659)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.view.ViewGroup.layout(ViewGroup.java:6075)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at androidx.swiperefreshlayout.widget.SwipeRefreshLayout.onLayout(SwipeRefreshLayout.java:625)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.view.View.layout(View.java:19659)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.view.ViewGroup.layout(ViewGroup.java:6075)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.widget.FrameLayout.layoutChildren(FrameLayout.java:323)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.widget.FrameLayout.onLayout(FrameLayout.java:261)
05-19 04:41:06.107 4263 4263 E AndroidRuntime: at android.view.View.layout(View.java:19659)
version: 3.2.0
Not sure why the list could be null.
The text was updated successfully, but these errors were encountered:
Issue
version: 3.2.0
Not sure why the
list
could be null.The text was updated successfully, but these errors were encountered: