[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1610: Gives unique identifier to shortcut engine picker suggestions

pull/600/head
Sawyer Blatz 6 years ago committed by Colin Lee
parent 97997742de
commit 4469e83917

@ -29,7 +29,6 @@ class ShortcutsSuggestionProvider(
suggestions.add(
AwesomeBar.Suggestion(
provider = this,
id = id,
icon = { _, _ ->
it.icon
},
@ -43,7 +42,6 @@ class ShortcutsSuggestionProvider(
suggestions.add(
AwesomeBar.Suggestion(
provider = this,
id = id,
icon = { _, _ ->
context.getDrawable(R.drawable.ic_settings)?.toBitmap()
},

Loading…
Cancel
Save