2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00

Pre: fix an IDE warning

This commit is contained in:
Grisha Kruglov 2019-03-13 11:21:45 -07:00 committed by Colin Lee
parent 8c2f80a3ef
commit 1e1c8a7b46

View File

@ -54,7 +54,7 @@ class AwesomeBarUIView(
view.addProviders(ClipboardSuggestionProvider(
this,
loadUrlUseCase,
getDrawable(R.drawable.ic_link).toBitmap(),
getDrawable(R.drawable.ic_link)!!.toBitmap(),
getString(R.string.awesomebar_clipboard_title)
)
)