Having a strange problem with `share()` and back f...
# rx
i
Having a strange problem with
share()
and back fragment navigation. I've a shared observable in a view model, that's mapped to
LiveData
. The fragment subscribes to it. It works when the fragment is shown normally but when I navigate back to it, the
LiveData
observer isn't called, so it doesn't show anything. Any ideas?