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
I just integrate a spinner for an infinite scroll when arriving at the end of the current list, then my app crash with a android.os.DeadObjectException exception.
Note that this crash does not appear avery time I scroll in the list
Code Snippets
When I added the parts with the loadNewAssets state, I started to have this bug
It seems like it is too hard to reproduce this issue from this information. I am going close this issue but if you have a way to reproduce this inside a simple app on rnplay.org then it would be great to reopen a new issue here. Thanks for reporting this!
Hello,
I just integrate a spinner for an infinite scroll when arriving at the end of the current list, then my app crash with a
android.os.DeadObjectException
exception.Note that this crash does not appear avery time I scroll in the list
Code Snippets
When I added the parts with the
loadNewAssets
state, I started to have this bugMy state
Render
Method for getting new asset list
Additional Information
Any idea ? Maybe the way I handle the spinner for this too repetitive action is not the good way, I don't know
The text was updated successfully, but these errors were encountered: