warmshowers / wsandroid

Unofficial WarmShowers app for Android
Apache License 2.0
43 stars 22 forks source link

Propagate dispose() to nested disposable #350

Closed saemy closed 4 years ago

saemy commented 4 years ago

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.