Closed KinaZhen closed 7 years ago
the same issue even if i override getItemPosition() and return POSITION_NONE. after cyclerViewPager.notifyDataSetChanged() was invoked, only getCount() was invoked.
@KinaZhen i solved the problem, you can have a try. https://github.com/zjbpku/InfiniteCycleViewPager
Later I will be check this up.
the same issue even if i override getItemPosition() and return POSITION_NONE. after cyclerViewPager.notifyDataSetChanged() was invoked, only getCount() was invoked.