mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
if we dont have the caller stored, use number as name
This commit is contained in:
@ -96,6 +96,8 @@ class CallManager {
|
|||||||
callContact.numberLabel = context.getPhoneNumberTypeText(specificPhoneNumber.type, specificPhoneNumber.label)
|
callContact.numberLabel = context.getPhoneNumberTypeText(specificPhoneNumber.type, specificPhoneNumber.label)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
callContact.name = number
|
||||||
}
|
}
|
||||||
callback(callContact)
|
callback(callContact)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user