Make account views clickable instead of avatar only (#1855)
Affects: - New follower request and New follower notifications - Accounts in Blocked users and Muted users pages
This commit is contained in:
parent
dfd30ec52a
commit
4205f5493e
4 changed files with 4 additions and 4 deletions
|
|
@ -44,6 +44,6 @@ internal class FollowRequestViewHolder(itemView: View, private val showHeader: B
|
|||
listener.onRespondToFollowRequest(false, id, position)
|
||||
}
|
||||
}
|
||||
itemView.avatar.setOnClickListener { listener.onViewAccount(id) }
|
||||
itemView.setOnClickListener { listener.onViewAccount(id) }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue