mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Added favorite local contacts
This commit is contained in:
@@ -66,7 +66,7 @@ public class FragmentContacts extends FragmentBase {
|
||||
LinearLayoutManager llm = new LinearLayoutManager(getContext());
|
||||
rvContacts.setLayoutManager(llm);
|
||||
|
||||
adapter = new AdapterContact(getContext());
|
||||
adapter = new AdapterContact(getContext(), getViewLifecycleOwner());
|
||||
rvContacts.setAdapter(adapter);
|
||||
|
||||
// Initialize
|
||||
|
||||
Reference in New Issue
Block a user