if we dont have the caller stored, use number as name

This commit is contained in:
tibbi
2022-02-06 18:18:01 +01:00
parent edd8aa4923
commit 03c9e5fbc1

View File

@ -96,6 +96,8 @@ class CallManager {
callContact.numberLabel = context.getPhoneNumberTypeText(specificPhoneNumber.type, specificPhoneNumber.label)
}
}
} else {
callContact.name = number
}
callback(callContact)
}