cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

Error after calling NOTIFYDATASETCHANGED #439

Open ghost opened 7 years ago

ghost commented 7 years ago

This is my Exception after i try to call

MyAdapter.notifyDataSetChanged();

Caused by: java.lang.IllegalArgumentException: ViewStub must have a valid layoutResource

What should i do?