devunwired / recyclerview-playground

Examples of RecyclerView use and custom LayoutManager implementations
MIT License
1.25k stars 270 forks source link

FixedGridLayoutManager: layout issue when scroll too fast #37

Open vinhdangd opened 5 years ago

vinhdangd commented 5 years ago

Hello, I used FixedGridLayoutManager for layout of Recyclerview and I got the layout issue when I tried to swipe vertical too fast. Please help me review my issue. Thanks.

Amir-mohsenian commented 5 years ago

Hello, I used FixedGridLayoutManager for layout of Recyclerview and I got the layout issue when I tried to swipe vertical too fast. Please help me review my issue. Thanks.

Can you fix your issue?

vinhdangd commented 5 years ago

Sorry, still not yet.