From 3b1636e179bfabdb8bc315e775ca3908880ba82d Mon Sep 17 00:00:00 2001 From: Elaine <138257830+elaine-signal@users.noreply.github.com> Date: Tue, 9 Jun 2026 19:30:28 -0400 Subject: [PATCH] Fix stories links --- SignalUI/Views/TextAttachmentView.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SignalUI/Views/TextAttachmentView.swift b/SignalUI/Views/TextAttachmentView.swift index e36cf77804..69796e469b 100644 --- a/SignalUI/Views/TextAttachmentView.swift +++ b/SignalUI/Views/TextAttachmentView.swift @@ -772,6 +772,8 @@ private class LinkPreviewTooltipView: TooltipView { tailReferenceView: tailReferenceView, wasTappedBlock: nil, ) + // Pass taps through to story viewer which handles tooltip gestures + isUserInteractionEnabled = false } required init?(coder aDecoder: NSCoder) {