Don't navigate to profile when tapping name stack in timeline status

Otherwise it's too difficult to open short posts
This commit is contained in:
Shadowfacts 2022-10-08 16:44:46 -04:00
parent bcb3c24027
commit cadcc1a92a
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ class TimelineStatusCollectionViewCell: UICollectionViewListCell, StatusCollecti
]).configure {
$0.axis = .horizontal
$0.spacing = 4
$0.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(accountPressed)))
}
let displayNameLabel = EmojiLabel().configure {