Closed
Description
We have cloud function that returns object list (20 items, Post). It displayed in RecyclerView with pagination.
After I scroll a lot (600+ items) and try to create new object (Comment, that have reference to Post) it never returns from save()
. I'm calling it on background thread (via RxJava).
After I attached profiler I saw it stuck in a loop:
Or another:
Used latest library version. Can share debug apk privately.
Metadata
Metadata
Assignees
Labels
No labels