1.3.1
fix possible IndexOutOfBoundsException #52
修复可能发生的角标越界异常
if (mData != null && mData.size() > 0 && position < mData.size()) {
return mData.get(position);
}
更新JitPack配置
fix possible IndexOutOfBoundsException #52
修复可能发生的角标越界异常
if (mData != null && mData.size() > 0 && position < mData.size()) {
return mData.get(position);
}
更新JitPack配置