5.1.12 Improved suggestion loading speed / Fixed images not loading
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user