Fixed contact lookup in message notification
This commit is contained in:
parent
b4dcaef771
commit
2948b31ff3
2 changed files with 1 additions and 2 deletions
|
@ -212,7 +212,6 @@ public class ContactsManager extends ContentObserver {
|
|||
}
|
||||
|
||||
public synchronized LinphoneContact findContactFromAddress(Address address) {
|
||||
String sipUri = address.asStringUriOnly();
|
||||
Core lc = LinphoneManager.getLcIfManagerNotDestroyedOrNull();
|
||||
Friend lf = lc.findFriend(address);
|
||||
if (lf != null) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e5e123ea96b22b84ac8272ea174ca9effb689ddf
|
||||
Subproject commit 873dda108b41e7a8b56b9b50ad7c6602145f2a7f
|
Loading…
Reference in a new issue