mcpiroman
07/20/2021, 3:17 PMmutableStateListOf
, whether I use `key`function or not (though it does feel like it affects performance somewhat). I don't use `LazyColumn`because it is laggy in general.
Known problem, walkaround? Thanks.Dominaezzz
07/20/2021, 4:06 PMColumn
to remeasure everything by inserting at the top. You'd need to use a LazyColumn
if you want to skip recomposition of non-visible items.mcpiroman
07/20/2021, 4:30 PMIcon
, it is just adapted tree view from CodeViewer example.Dominaezzz
07/20/2021, 4:46 PMColumn
doesn't do.Column
?mcpiroman
07/20/2021, 5:01 PM