mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix sort of contacts
This commit is contained in:
parent
daf8fcb617
commit
ec8bed2247
1 changed files with 4 additions and 4 deletions
|
|
@ -276,8 +276,8 @@ public class ContactsManager extends ContentObserver {
|
|||
contacts.add(contact);
|
||||
}
|
||||
}
|
||||
}
|
||||
Collections.sort(contacts);*/
|
||||
}*/
|
||||
Collections.sort(contacts);
|
||||
}
|
||||
|
||||
public synchronized void setSipContacts(List<LinphoneContact> c) {
|
||||
|
|
@ -291,8 +291,8 @@ public class ContactsManager extends ContentObserver {
|
|||
sipContacts.add(contact);
|
||||
}
|
||||
}
|
||||
}
|
||||
Collections.sort(sipContacts);*/
|
||||
}*/
|
||||
Collections.sort(sipContacts);
|
||||
}
|
||||
|
||||
public synchronized void refreshSipContact(Friend lf) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue