Verified
Status Update
Comments
yb...@google.com <yb...@google.com> #2
Thank you for reporting this issue. We have shared this with our engineering team and will update this issue with more information as it becomes available.
ge...@gmail.com <ge...@gmail.com> #3
Could you please share updates ?
yb...@google.com <yb...@google.com>
cc...@google.com <cc...@google.com> #4
any updates here?
ge...@gmail.com <ge...@gmail.com> #6
me too
ge...@gmail.com <ge...@gmail.com> #7
Nick, is there a way to concatenate all .ec files from individual runs? Alternatively, we could look into passing a directory.
yb...@google.com <yb...@google.com> #8
We can definitely collect all files in one dir and pass it back. Not sure about concatenating or merging the .ec files, will need to have a closer look into it.
cc...@google.com <cc...@google.com> #9
Guys, do you find any workaround for that? is there any updates from Google side?
Description
Version used: AndroidX 1.0.0-rc02, Paging:2.0.0-rc01
I use Room to load from database and display in Recyclerview using Paging library. The list will crash randomly if I scroll the list up and down very fast. Not every time but I can reproduce it easily, especially if the list is large.
Below is the crash stack:
java.lang.IndexOutOfBoundsException: Index out of bounds - passed position = 447, old list size = 240
at androidx.recyclerview.widget.DiffUtil$DiffResult.convertOldPositionToNew(DiffUtil.java:672)
at androidx.paging.PagedStorageDiffHelper.transformAnchorIndex(PagedStorageDiffHelper.java:196)
at androidx.paging.AsyncPagedListDiffer.latchPagedList(AsyncPagedListDiffer.java:343)
at androidx.paging.AsyncPagedListDiffer$2$1.run(AsyncPagedListDiffer.java:312)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6247)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:872)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:762)