You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: