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

@@ -56,7 +56,7 @@ suspend fun WebView.evaluate(script: String): String = coroutineScope {
}
} catch (e: CancellationException) {
continue
if (e.message != "reload") result = "null"
}
}
@@ -91,7 +91,7 @@ suspend fun WebView.evaluatePromise(
flow.first().second
}
} catch (e: CancellationException) {
continue
if (e.message != "reload") result = "null"
}
}