Pablo
11/08/2024, 1:35 PMlazycolumn
before the items array? if I add before the items()
call, it gives me this error: @Composable invocations can only happen from the context of a @Composable function
Stylianos Gakis
11/08/2024, 2:01 PMLazyColumn() {
item { HereGoesYourFirstExtraItem() }
//whatever you had before anyway
//items(...).... or whatever
}
mattinger
11/08/2024, 4:17 PM