Fix Tsumino source crashing app in some rare cases when network is unreliable
This commit is contained in:
parent
1bae7ba8f5
commit
8119eb4b34
@ -286,7 +286,7 @@ class Tsumino(private val context: Context): ParsedHttpSource(), LewdSource<Tsum
|
|||||||
|
|
||||||
chain.observeOn(Schedulers.io())
|
chain.observeOn(Schedulers.io())
|
||||||
.subscribeOn(Schedulers.io())
|
.subscribeOn(Schedulers.io())
|
||||||
.subscribe()
|
.subscribe({}, {})
|
||||||
}
|
}
|
||||||
|
|
||||||
override val client: OkHttpClient
|
override val client: OkHttpClient
|
||||||
|
Loading…
x
Reference in New Issue
Block a user