mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 11:11:02 +00:00
fix: some missing thumbnails
This commit is contained in:
@@ -33,9 +33,6 @@ class CharacterAdapter(
|
||||
binding.itemCompactRelation.text = whitespace
|
||||
binding.itemCompactImage.loadImage(character.image)
|
||||
binding.itemCompactTitle.text = character.name
|
||||
binding.root.setOnClickListener {
|
||||
copyToClipboard(character.name ?: "")
|
||||
}
|
||||
}
|
||||
|
||||
override fun getItemCount(): Int = characterList.size
|
||||
@@ -59,6 +56,7 @@ class CharacterAdapter(
|
||||
).toBundle()
|
||||
)
|
||||
}
|
||||
itemView.setOnLongClickListener { copyToClipboard(characterList[bindingAdapterPosition].name ?: ""); true }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user