futuredapp / infinity

[Deprecated] Infinite paginated RecyclerView scrolling
MIT License
27 stars 8 forks source link

Always footer exception #1

Closed carmas123 closed 7 years ago

carmas123 commented 7 years ago

When the footer is showed I got always an exception:

Cannot call this method in a scroll callback. Scroll callbacks might be run during a measure & layout pass where you cannot change the RecyclerView data. Any method call that might change the structure of the RecyclerView or the adapter contents should be postponed to the next frame.

skywall commented 7 years ago

Can you please specify device and Android version?