Jin Wang
Results
1
issues of
Jin Wang
How to reproduce the bug: - Assign a non-null adapter `adapter` to a SuperRecyclerView instance `recyclerView`: `recyclerView.setAdapter(adapter)` - Assign a null adapter to the `recyclerView`: `recyclerView.setAdapter(null)`. - Call `adapter.notifyDataSetChanged()`. The...