Is the `BehaviorRelay` in the `ViewModel` or in th...
# rx
a
Is the
BehaviorRelay
in the
ViewModel
or in the fragment/activity?
m
it exists in the
viewModel
a
Why is the view model subscribing again when the device is rotated? What series of events is leading to that situation?
m
I wasn't dispose at
onStop
only at
onCleared
that make subscriptions survive