Hey there, I might be misunderstanding a lot about...
# compose
m
Hey there, I might be misunderstanding a lot about compose and AdapterList, but passing an empty list to AdapterList seems to delay / not trigger rendering of it even when passing latter lists with data. I only get it to display after I have interacted with the place where it ought to be and then updating the data again. When later passing a new empty list, I get this interesting stack trace (I’ve cut the part where RX tells me I am lazy for not having an onError method):
👍 1