NullPointerException when call adapter's notifyDataSetChanged()
Opened this issue · 0 comments
Deleted user commented
When first used showing data.
And do some operations, when I need to refresh datas, calling notifyDataSetChanged(), NullPointerException thrown.
I saw the log, getItemId(int section, int position) the parameter position's value is -1.