Fix edit favorites dialog

This commit is contained in:
MM20 2021-12-17 20:49:02 +01:00
parent e22e6e0e7f
commit a79dd4dfd9
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -24,7 +24,7 @@ class EditFavoritesRow @JvmOverloads constructor(
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 {
binding.label.text = favoritesItem.searchable?.label