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 4a76e2c commit a3414ff
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 @@ -497,7 +497,7 @@ open class MessageLabel: UILabel {
guard let phoneNumber else { return false }
handlePhoneNumber(phoneNumber)
case let .date(date):
guard let date = date else { return false }
guard let date else { return false }
handleDate(date)
case let .link(url):
guard let url = url else { return false }
Expand Down

0 comments on commit a3414ff

Please sign in to comment.