Removed code no longer needed

This commit is contained in:
Sylvain Berfini 2017-12-06 15:45:14 +01:00
parent c5faefd415
commit 23f47ea003

View file

@ -473,7 +473,6 @@ public class HistoryListFragment extends Fragment implements OnClickListener, On
}
LinphoneContact c = ContactsManager.getInstance().findContactFromAddress(address);
if (c == null) c = ContactsManager.getInstance().findContactFromPhoneNumber(address.getUsername());
String displayName = null;
final String sipUri = address.asString();
if (c != null) {