mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
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) {
|
||||
if (controller.isNotOnline()) {
|
||||
if (!controller.isNotOnline()) {
|
||||
scope.launch(Dispatchers.IO) {
|
||||
val results = try {
|
||||
service.search(query)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue