mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Make entire special skill item clickable
This commit is contained in:
parent
58637eb906
commit
e68b344002
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class SkillsRecyclerViewAdapter :
|
|||
private val binding = SkillTransformationListItemBinding.bind(itemView)
|
||||
|
||||
init {
|
||||
itemView.setOnClickListener(this)
|
||||
binding.specialSkillContainer.setOnClickListener(this)
|
||||
}
|
||||
|
||||
fun bind(skill: Skill) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue