ascii
01/15/2024, 8:31 PMCollectionInfo
doesn't use item counts from state.layoutInfo.totalItemsCount
? Rows/columns are always -1 for lazy lists, which makes testing for number of children difficult.
RecyclerView, for example, had the correct counts taken from the adapter.shikasd
01/16/2024, 12:35 AMAlbert Chang
01/16/2024, 2:35 AMCollectionItemInfo
for each item.ascii
01/16/2024, 4:06 PM