Fixed searching titles on tracking services

pull/3117/head
Jay 4 years ago
parent e94e405b80
commit 4818fe1d0c

@ -788,7 +788,7 @@ class MangaDetailsPresenter(
} }
fun trackSearch(query: String, service: TrackService) { fun trackSearch(query: String, service: TrackService) {
if (controller.isNotOnline()) { if (!controller.isNotOnline()) {
scope.launch(Dispatchers.IO) { scope.launch(Dispatchers.IO) {
val results = try { val results = try {
service.search(query) service.search(query)

Loading…
Cancel
Save