Hello, Need some help is updating state in compose.
I am maintaining selected items in a list. I want to clear list and update UI. I am setting empty list in Livedata. But not getting callback in observer. Can someone please suggest.
Code Snippet:
selectedLocalityLiveData.postValue(_emptyList_())