Ryan Simon
06/10/2021, 6:43 PMLazyColumn and I'm wondering if it's intended behavior. I am observing a LiveData as State and whenever it gets updated, the UI should update as expected.
The weird thing though is that my LazyColumn won't update properly unless I use the key property in the items extension within the LazyListScope. Sample code in the threadRyan Simon
06/10/2021, 6:45 PMRyan Simon
06/10/2021, 6:46 PMLiveData gets updated was to add the key property to the items call in the code aboveRyan Simon
06/10/2021, 6:46 PMAndrey Kulikov
06/10/2021, 7:00 PMRyan Simon
06/10/2021, 7:14 PMPaul Woitaschek
06/12/2021, 1:10 PMAndrey Kulikov
06/12/2021, 9:29 PMRyan Simon
06/16/2021, 9:51 PM