https://kotlinlang.org logo
b

bohregard

02/17/2021, 7:14 PM
I’m seeing an issue with
itemsIndexed
in
LazyColumn
when I clear the item list I have I get a
java.lang.IndexOutOfBoundsException: index: 0, size: 0
. Is there a secret way to clear a list?
🤣 4
Looks like an issue with
mutableStateListOf()
👍 1
5 Views