Fix edit favorites dialog
This commit is contained in:
parent
e22e6e0e7f
commit
a79dd4dfd9
@ -24,7 +24,7 @@ class EditFavoritesRow @JvmOverloads constructor(
|
|||||||
|
|
||||||
val iconRepository: IconRepository by inject()
|
val iconRepository: IconRepository by inject()
|
||||||
|
|
||||||
private val binding = EditFavoritesRowBinding.inflate(LayoutInflater.from(context), this, false)
|
private val binding = EditFavoritesRowBinding.inflate(LayoutInflater.from(context), this, true)
|
||||||
|
|
||||||
init {
|
init {
|
||||||
binding.label.text = favoritesItem.searchable?.label
|
binding.label.text = favoritesItem.searchable?.label
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user