Hello everyone! I’m happly using MutableStateFlow in my apps. Does someone know if it’s possible do make MutableStateFlow re-emit the same value?
Currently, when I have a MutableStateFlow with a list, if I change an attribute of a list’s element and re assign the changed list, the MutableStateFlow does not emit anything.
One solution could be use a ConflatedBroadcastChannel, but I’m searching a way to work with MutableStateFlow