william
10/24/2020, 4:16 PMStateFlow
appears to compare values before updating them (unlike LiveData
), so if I have a mutable list which I update and send to my MutableStateFlow
it doesn't get published from the looks of it - unless I create a new list / copy it. Is that the right way to work around this?Adam Powell
10/24/2020, 4:22 PMwilliam
10/24/2020, 4:23 PMAdam Powell
10/24/2020, 4:29 PMwilliam
10/24/2020, 4:31 PM