Fixes crashes due to unhandled Rx exceptions when the disposable returned from UserRegionalCache#searchByLocation() was disposed and only after that the nested disposable emitted an error.
There are probably more occurrences of this issue but this one has visible user impact.
Fixes crashes due to unhandled Rx exceptions when the disposable returned from
UserRegionalCache#searchByLocation()
was disposed and only after that the nested disposable emitted an error.There are probably more occurrences of this issue but this one has visible user impact.