I am trying to use the RecyclerView in my fragments. It shows up fine for the first tab, but when I swipe to the second tab and then back to the first one I get the following er
In my case i had notifyDataSetChanged() on the wrong adapter.
notifyDataSetChanged()