For #4732: Fix search engine display issue (#4735)

This commit is contained in:
Yeon Taek Jeong 2019-08-14 11:03:14 -07:00 committed by GitHub
parent 1a4ef1535c
commit 2f265eccbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class SearchFragment : Fragment(), BackHandler {
SearchStore(
SearchState(
query = url,
showShortcutEnginePicker = false,
showShortcutEnginePicker = true,
searchEngineSource = currentSearchEngine,
defaultEngineSource = currentSearchEngine,
showSuggestions = Settings.getInstance(requireContext()).showSearchSuggestions,