fix item 悬浮置顶加入下拉刷新 ,悬浮错位 #57
相关修改:f9ce5b1
感谢提出者 PYJVIP,还给了解决方案。
if (StickyHeaderHandler.TYPE_STICKY_VIEW == mBaseAdapter.getItemViewType(i)) {
int customTopItemViewCount = mBaseAdapter.getCustomTopItemViewCount();
mHeaderPositions.add(i + customTopItemViewCount);
}