Skip to content

Commit

Permalink
For mozilla-mobile#15711: Also add custom engines to fallback list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare committed Oct 6, 2020
1 parent 2af8f76 commit 931e8e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -188,7 +188,7 @@ open class FenixSearchEngineProvider(
}
}

private fun refreshAsync( baseList: Deferred<SearchEngineList>) = async {
private fun refreshAsync(baseList: Deferred<SearchEngineList>) = async {
val engineList = baseList.await()
val bundledList = bundledSearchEngines.await().list
val customList = customSearchEngines.await().list
Expand Down

0 comments on commit 931e8e8

Please sign in to comment.