5.1.12 Improved suggestion loading speed / Fixed images not loading

This commit is contained in:
tom5079
2022-01-11 17:11:59 +09:00
parent 152d4e248f
commit 1833c0bde5
7 changed files with 28 additions and 14 deletions

View File

@@ -16,8 +16,8 @@
package xyz.quaver.pupil.hitomi
import android.util.Log
import kotlinx.coroutines.*
import kotlinx.coroutines.async
import kotlinx.coroutines.coroutineScope
import java.util.*
suspend fun doSearch(query: String, sortByPopularity: Boolean = false) : Set<Int> = coroutineScope {