1
0
Fork 0

For #1741: Passes 'showDescription' boolean to SearchSuggestionProvider

Change required for removing description from search suggestion. Implemented
in AC (https://github.com/mozilla-mobile/android-components/pull/5890)
master
ValentinTimisica 2020-02-11 11:49:44 +02:00
parent 8875a6be72
commit ba8867c1a9
1 changed files with 2 additions and 1 deletions

View File

@ -164,7 +164,8 @@ class AwesomeBarView(
fetchClient = components.core.client,
mode = SearchSuggestionProvider.Mode.MULTIPLE_SUGGESTIONS,
limit = 3,
icon = searchDrawable.toBitmap()
icon = searchDrawable.toBitmap(),
showDescription = false
)
shortcutsEnginePickerProvider =