Skip to content

Fix showing contact numbers of unknown type

Returning NULL for unknown types will result in the concatinated string to be NULL, which hides the phone number added to the label.

Fix it by always returning a valid string.

/cc @guido.gunther

Merge request reports