pull/600/head
mythio 5 years ago committed by Jeff Boek
parent f41c94f596
commit 066aa10875

@ -24,7 +24,7 @@ class Search(private val context: Context) {
SearchEngineManager().apply {
registerForLocaleUpdates(context)
GlobalScope.launch {
load(context).await()
loadAsync(context).await()
}
defaultSearchEngine = getDefaultSearchEngine(
context,

Loading…
Cancel
Save