From cadcc1a92a6a4ce357f74a1d040e00bc7c3415df Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 8 Oct 2022 16:44:46 -0400 Subject: [PATCH] Don't navigate to profile when tapping name stack in timeline status Otherwise it's too difficult to open short posts --- Tusker/Views/Status/TimelineStatusCollectionViewCell.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift b/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift index f445feb7f0..b1608bcc67 100644 --- a/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift +++ b/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift @@ -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 {