Reloading contacts list after editing or deleting

This commit is contained in:
Erwan Croze 2017-09-14 18:28:54 +02:00
parent a5efcd93e3
commit c22c75e1b9

View file

@ -143,6 +143,7 @@ public class ContactsListFragment extends Fragment implements OnClickListener, O
contactsFetchInProgress = (ProgressBar) view.findViewById(R.id.contactsFetchInProgress);
contactsFetchInProgress.setVisibility(View.VISIBLE);
ContactsManager.getInstance().fetchContactsAsync();
return view;
}