PinnedHeaderListView
PinnedHeaderListView copied to clipboard
NullPointerException when call adapter's notifyDataSetChanged()
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.