etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

wrong child layout offset #192

Open leo2013 opened 8 years ago

leo2013 commented 8 years ago

When StaggeredGridView scrolled fast, child has wrong layout offset. It already disappeared on device screen, but "onLayoutChild" is called. As a result, It displayed on the screen with wrong offsets.

Does anyone have this problem???