Status Update
Comments
ry...@google.com <ry...@google.com> #2
Looks like I botched the title, it should be "Crash when dynamically adding ComposeView to RecyclerView item"
ap...@google.com <ap...@google.com> #3
Ryan, please take a look or triage accordingly
hu...@google.com <hu...@google.com> #4
This looks like the same issue we addressed on an internal app; a fix should be released in the next week or so.
hu...@google.com <hu...@google.com> #5
This has been addressed in RecyclerView 1.3.1-rc01; please let us know if it's still happening.
ry...@google.com <ry...@google.com> #6
I can confirm this is fixed in RecyclerView 1.3.1-rc01. Thanks a lot!
hu...@google.com <hu...@google.com> #7
Thanks for the explanation!
I'm wondering if there will be versioning issues re. Android platform support vs. AndroidX? (NVM, this is all AndroidX).
ap...@google.com <ap...@google.com> #8
Branch: androidx-main
commit e8d8836df99cf5e0d1d4bc318947d89d4103c569
Author: Ryan Mentley <ryanmentley@google.com>
Date: Wed Mar 08 18:26:56 2023
Ensure that ViewPager2 is on the latest version when used with an updated recyclerview
As discussed at
ViewPager2 had a workaround for that bug that now crashes when the bug is
not present. To fix this, we need to ensure that ViewPager2 is on a
version containing the corresponding fix in ViewPager2.
Bug: 265347515
Bug: 271618925
Test: None (TBD?)
Change-Id: I18a5140755c15a0c93e2647207152b679e463233
M recyclerview/recyclerview/build.gradle
ju...@google.com <ju...@google.com> #9
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.recyclerview:recyclerview:1.3.1-rc01
pr...@google.com <pr...@google.com> #10
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.recyclerview:recyclerview:1.4.0-alpha01
Description
Quoting Adam Powell on an internal issue: