mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-19 06:23:07 -04:00
doOnError() only runs after an exception, but it then throws it after. This
code needs to actually catch the exception move on. onErrorComplete() and
onErrorReturnItem() do that.
https://github.com/ReactiveX/RxJava/wiki/Error-Handling-Operators
This came from e1ca1552f7 !947