From 7ce6801b85b00a3e41b6d510cc0feee9ebb2a4b8 Mon Sep 17 00:00:00 2001 From: bjoern Date: Wed, 18 Dec 2024 10:40:37 +0100 Subject: [PATCH] Update deltachat-ios/Chat/Views/MessageLabel.swift Co-authored-by: zeitschlag --- deltachat-ios/Chat/Views/MessageLabel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ios/Chat/Views/MessageLabel.swift b/deltachat-ios/Chat/Views/MessageLabel.swift index ba72d4f64..31ec60208 100644 --- a/deltachat-ios/Chat/Views/MessageLabel.swift +++ b/deltachat-ios/Chat/Views/MessageLabel.swift @@ -510,7 +510,7 @@ open class MessageLabel: UILabel { } handleTransitInformation(transformedTransitInformation) case let .custom(pattern, match): - guard let match = match else { return false } + guard let match else { return false } switch detectorType { case .hashtag: handleHashtag(match)