Can I disable the `distinctUntilChanged()` default...
# flow
a
Can I disable the
distinctUntilChanged()
default behavior when using
shareIn()
and
StateIn()
?
f
shareIn
does not have an implicit
distinctUntilChanged
, so just use that instead of
stateIn
if you don't want that behaviour
1
d
you can override operator equals() to have it return false