mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17: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())
|
||||
.subscribeOn(Schedulers.io())
|
||||
.subscribe()
|
||||
.subscribe({}, {})
|
||||
}
|
||||
|
||||
override val client: OkHttpClient
|
||||
|
Reference in New Issue
Block a user