fix: name label in user recommend card is user interaction enabled issue

This commit is contained in:
CMK 2021-10-25 18:11:37 +08:00
parent 1b74df7f27
commit 825447ef69
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ extension SearchRecommendAccountsCollectionViewCell {
containerStackView.addArrangedSubview(followButton)
followButton.addTarget(self, action: #selector(SearchRecommendAccountsCollectionViewCell.followButtonDidPressed(_:)), for: .touchUpInside)
displayNameLabel.isUserInteractionEnabled = false
}
}