Recently I upgrade my recyclerview-v7:23 to recyclerview-v7:24.2.0. My applicaton has an endless scroll list. The error message points to the line
recyclerview-v7:23
recyclerview-v7:24.2.0
You could also post using the view.
recyclerView.post(new Runnable() { public void run() { articleAdapter.notifyItemInserted(allArticles.size() - 1); } });