1
0
Fork 0

Pre: fix an IDE warning

master
Grisha Kruglov 2019-03-13 11:21:45 -07:00 committed by Colin Lee
parent 8c2f80a3ef
commit 1e1c8a7b46
1 changed files with 1 additions and 1 deletions

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