JimiSmith/PinnedHeaderListView

NullPointerException when call adapter's notifyDataSetChanged()

Opened this issue · 0 comments

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.