<Jetpack compose Lazy Column item state does not c...
# stackoverflow
u
Jetpack compose Lazy Column item state does not change even though state i viewModel changes I have debugged the app and I saw that the data in UIState changes when I try to add or remove the item, especially the isAdded field. However, even though the isAdded changes, the AddableItem does not recompose. Additionally, when I try to sort items, or try to write a query THAT WILL NOT SEND ANY API REQUEST, JUST CHANGES THE STRING IN TEXTFIELD, the UI recomposes. So UI reacts to changes in UIState. I have searched for similar issues but cannot found anything. I believe that the framework...