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