lsjwzh / RecyclerViewPager

Deprecated
Apache License 2.0
3.53k stars 667 forks source link

CurrentPosition is incorrect #154

Open Hitexroid opened 7 years ago

Hitexroid commented 7 years ago

I have compared (CurrentPosition and Position) in onBindViewHolder

Log(RVP.CurrentPosition + " / " + Position );

and results are :

0 / 0 0 / 1 0 / 2 1 / 3 2 / 4 3 / 5 5 / 6 5 / 7 6 / 8 6 / 9 7 / 10 8 / 11

Hitexroid commented 7 years ago

please help