Skip to content

Commit

Permalink
Update deltachat-ios/Chat/Views/MessageLabel.swift
Browse files Browse the repository at this point in the history
Co-authored-by: zeitschlag <[email protected]>
  • Loading branch information
r10s and zeitschlag authored Dec 18, 2024
1 parent a3414ff commit 7ce6801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/Chat/Views/MessageLabel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7ce6801

Please sign in to comment.