Hello everyone... I'm really struggling with some ...
# compose
a
Hello everyone... I'm really struggling with some strange problem in Compose... I have a List in a ViewModel and a LazyList in the View. Sometimes I need to modify an element inside the list... Everything works fine when you stay on the screen... but ... when you go to another screen and then go back - the list is in stale/inconsistent state showing not the state when you left the screen.... Can anyone help me with some advice? Code example and my question: https://stackoverflow.com/questions/73724057/jetpack-compose-changes-state-of-the-list-in-lazylist-is-broken-after-returning