Why does the items/itemsIndexed calls within the t...
# compose
m
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
Are you using the androidx paging compose library?
m
yeah
z
androidx paging represents placeholder elements as null. by default I believe placeholders are disabled