Added favorite local contacts

This commit is contained in:
M66B
2019-03-15 08:36:23 +00:00
parent cbf1a41c1f
commit f420104775
7 changed files with 1669 additions and 9 deletions

View File

@@ -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