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:
parent
bcb3c24027
commit
cadcc1a92a
|
@ -75,7 +75,6 @@ class TimelineStatusCollectionViewCell: UICollectionViewListCell, StatusCollecti
|
||||||
]).configure {
|
]).configure {
|
||||||
$0.axis = .horizontal
|
$0.axis = .horizontal
|
||||||
$0.spacing = 4
|
$0.spacing = 4
|
||||||
$0.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(accountPressed)))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let displayNameLabel = EmojiLabel().configure {
|
let displayNameLabel = EmojiLabel().configure {
|
||||||
|
|
Loading…
Reference in New Issue