Inconsistency detected in RecyclerView, How to change contents of RecyclerView while scrolling

Edit: The bug is fixed now, if you’re still getting the same Exception, please make sure you’re updating your Adapter data source only from the main thread and calling appropriate adapter notify method after it.

Old answer: It seems to be a bug in RecyclerView, it’s reported here and here. Hopefully it will be fixed in the next release.

Leave a Comment