Minor dependency updates

This commit is contained in:
Eugene
2019-12-26 16:47:01 -05:00
parent ed49ce8e1d
commit bc825bdefa
2 changed files with 4 additions and 4 deletions

View File

@ -132,7 +132,7 @@ class DownloadService : Service() {
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe({ state -> onNetworkStateChanged(state)
}, { _ ->
}, {
toast(R.string.download_queue_error)
stopSelf()
})