mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 18:11:03 +01:00
Added account to local contacts
This commit is contained in:
@@ -92,9 +92,9 @@ public class FragmentContacts extends FragmentBase {
|
||||
}
|
||||
|
||||
DB db = DB.getInstance(getContext());
|
||||
db.contact().liveContacts().observe(getViewLifecycleOwner(), new Observer<List<EntityContact>>() {
|
||||
db.contact().liveContacts().observe(getViewLifecycleOwner(), new Observer<List<TupleContactEx>>() {
|
||||
@Override
|
||||
public void onChanged(List<EntityContact> contacts) {
|
||||
public void onChanged(List<TupleContactEx> contacts) {
|
||||
if (contacts == null)
|
||||
contacts = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user