Fixed
Status Update
Comments
el...@google.com <el...@google.com>
ap...@google.com <ap...@google.com> #2
Please provide a minimal sample project that reproduces this issue.
pr...@google.com <pr...@google.com> #3
Sure, I created a minimal sample app for you:
Just click "Next Fragment" multiple times, then press the back button or perform the back gesture multiple times in quick succession.
Note: I tested this on a Pixel 8 with Android 14. Also, I have the predictive back animations enabled in the developer options.
wo...@gmail.com <wo...@gmail.com> #4
Just FYI: Still happens on fragment library version 1.7.1
.
Description
The room-paging KMP integration on initial load starts an 'immediate' transaction which grabs a 'write' lock immediately on a reader connection which is illegal:
Seehttps://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:room/room-paging/src/commonMain/kotlin/androidx/room/paging/LimitOffsetPagingSource.kt;l=112-113