jmartinesp / SpannedGridLayoutManager

Android RecyclerView.LayoutManager that resizes and reorders views based on SpanSize
MIT License
600 stars 105 forks source link

Scroll up item not show #34

Closed duonghb091087 closed 6 years ago

duonghb091087 commented 6 years ago

I select 1,3,5 position. Scroll down, after slow scroll up item not show. Help me screenshot_2018-10-25-22-30-46-561_com arasthel spannedgridlayoutmanager sample ![Uploading Screenshot_2018-10-25-22-30-41-034_com.arasthel.spannedgridlayoutmanager.sample.png…]()

duonghb091087 commented 6 years ago

screenshot_2018-10-25-22-30-41-034_com arasthel spannedgridlayoutmanager sample

jmartinesp commented 6 years ago

Hi, thanks for reporting. I was just able to reproduce the issue, although I couldn't find a solution so easily... I'll investigate this further.

duonghb091087 commented 6 years ago

Hi, thanks for reporting. I was just able to reproduce the issue, although I couldn't find a solution so easily... I'll investigate this further.

I will wait your solution. Thanks

jmartinesp commented 6 years ago

This should be fixed in version 3.0.0, since the whole layouting and recycling process was re-written from scratch.

However, this requires a few changes in how you use the library. Make sure to read the migration section on the README.