Join Slack
Powered by
Why does the items/itemsIndexed calls within the t...
# compose
m
Mahmoo
04/21/2024, 5:31 AM
Why does the items/itemsIndexed calls within the the LazyRow/Column emits a nullable item? Even though we pass list of non-nullable items
z
zt
04/21/2024, 5:59 AM
Are you using the androidx paging compose library?
m
Mahmoo
04/21/2024, 6:00 AM
yeah
z
zt
04/21/2024, 6:04 AM
androidx paging represents placeholder elements as null. by default I believe placeholders are disabled
17
Views
Open in Slack
Previous
Next