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 b203ad7 commit c9ca1fd
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 @@ -488,7 +488,7 @@ open class MessageLabel: UILabel {
switch value {
case let .addressComponents(addressComponents):
var transformedAddressComponents = [String: String]()
guard let addressComponents = addressComponents else { return false }
guard let addressComponents else { return false }
addressComponents.forEach { (key, value) in
transformedAddressComponents[key.rawValue] = value
}
Expand Down

0 comments on commit c9ca1fd

Please sign in to comment.