Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Jetpack Compose version: composeBom = '2024.10.01'
Jetpack Compose component(s) used: composeview
When using Jetpack Compose inside a RecyclerView, items with empty or missing Compose content cause rendering inconsistencies. Some items are not displayed properly, somtimes until the user scrolls or the view is reinflated.
Steps to Reproduce or Code Sample to Reproduce:
test
, 25 abovetest
and havei am facility
text under it. On sample when scroll, row 25 and above empty and sometimes compose text shown. When toggle press, compose text rendered randomly when scroll up and down.Not sure what went wrong when some adapter items empty causing this issue:
Please let me know if you need additional info, thank you