Fixes #1610: Gives unique identifier to shortcut engine picker suggestions

nightly-build-test
Sawyer Blatz 5 years ago committed by Colin Lee
parent 6bff472276
commit 353270a5c7

@ -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