光环助手V3.3 RELEASE(20180628-1630)测试问题汇总(前端)

This commit is contained in:
kehaoyuan
2018-06-29 15:24:23 +08:00
parent 76ea9a4ba4
commit 84eee14363
25 changed files with 198 additions and 46 deletions

View File

@ -131,4 +131,11 @@ public class ImagePagerAdapter extends RecyclingPagerAdapter {
return this;
}
public void checkResetData(List<SlideEntity> list) {
if (mSlideEntityList != list) {
mSlideEntityList = list;
mSize = getSize(list);
}
}
}