mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-15 13:37:29 +01:00
Throw exceptions if some of the deprecated source methods are used
This commit is contained in:
@@ -222,7 +222,7 @@ open class GlobalSearchPresenter(
|
||||
Observable.from(first)
|
||||
.filter { it.thumbnail_url == null && !it.initialized }
|
||||
.map { Pair(it, source) }
|
||||
.concatMap { runAsObservable({ getMangaDetails(it.first, it.second) }) }
|
||||
.concatMap { runAsObservable { getMangaDetails(it.first, it.second) } }
|
||||
.map { Pair(source as CatalogueSource, it) }
|
||||
}
|
||||
.onBackpressureBuffer()
|
||||
|
||||
Reference in New Issue
Block a user