iex
04/16/2020, 9:03 PMshare() 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?