mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix search bar
This commit is contained in:
parent
00fb35f7eb
commit
a44edf189c
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
contact = [LinphoneManager.instance.fastAddressBook.addressBookMap objectForKey:[FastAddressBook normalizeSipURI:address]];
|
||||
}
|
||||
|
||||
if (!addr || !contact) {
|
||||
if (!addr || (!contact && linphone_search_result_get_friend(result))) {
|
||||
phoneNumber = linphone_search_result_get_phone_number(result);
|
||||
if (!phoneNumber) {
|
||||
results = results->next;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue