mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 03:27:51 +02:00
Fix Tsumino source crashing app in some rare cases when network is unreliable
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user