brandonmcansh
06/09/2021, 12:24 AMbrandonmcansh
06/09/2021, 12:25 AMbrandonmcansh
06/09/2021, 12:27 AMZach Klippenstein (he/him) [MOD]
06/09/2021, 12:28 AMAndrey Kulikov
06/09/2021, 3:56 PMLazyVerticalGrid
. This happens because you use LazyColumn
with only one item() inside it. It is basically the same as if you just do Column(Modifier.verticalScroll())
. There is no good way to implement it really lazily with the current public API if not reimplementing from scratch the whole LazyList. For 1.1 we are considering trying to see if we can provide something similar to LayoutManagers of RecyclerView to unblock such use casesbrandonmcansh
06/09/2021, 4:36 PMColton Idle
06/09/2021, 7:56 PM