500px / greedo-layout-for-android

Full aspect ratio grid LayoutManager for Android's RecyclerView
MIT License
1.64k stars 156 forks source link

Views are not recycled #55

Closed polson closed 4 years ago

polson commented 4 years ago

You can verify this by adding a log statement in onCreateViewHolder of your adapter.

polson commented 4 years ago

Nevermind