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 { SearchEngineManager().apply {
registerForLocaleUpdates(context) registerForLocaleUpdates(context)
GlobalScope.launch { GlobalScope.launch {
load(context).await() loadAsync(context).await()
} }
defaultSearchEngine = getDefaultSearchEngine( defaultSearchEngine = getDefaultSearchEngine(
context, context,

Loading…
Cancel
Save