forked from zelo72/mastodon-ios
fix: name label in user recommend card is user interaction enabled issue
This commit is contained in:
parent
1b74df7f27
commit
825447ef69
|
@ -167,6 +167,8 @@ extension SearchRecommendAccountsCollectionViewCell {
|
|||
containerStackView.addArrangedSubview(followButton)
|
||||
|
||||
followButton.addTarget(self, action: #selector(SearchRecommendAccountsCollectionViewCell.followButtonDidPressed(_:)), for: .touchUpInside)
|
||||
|
||||
displayNameLabel.isUserInteractionEnabled = false
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue