Fixed searching titles on tracking services
This commit is contained in:
parent
e94e405b80
commit
4818fe1d0c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue