Removed code no longer needed
This commit is contained in:
parent
c5faefd415
commit
23f47ea003
1 changed files with 0 additions and 1 deletions
|
@ -473,7 +473,6 @@ public class HistoryListFragment extends Fragment implements OnClickListener, On
|
||||||
}
|
}
|
||||||
|
|
||||||
LinphoneContact c = ContactsManager.getInstance().findContactFromAddress(address);
|
LinphoneContact c = ContactsManager.getInstance().findContactFromAddress(address);
|
||||||
if (c == null) c = ContactsManager.getInstance().findContactFromPhoneNumber(address.getUsername());
|
|
||||||
String displayName = null;
|
String displayName = null;
|
||||||
final String sipUri = address.asString();
|
final String sipUri = address.asString();
|
||||||
if (c != null) {
|
if (c != null) {
|
||||||
|
|
Loading…
Reference in a new issue