Reloading contacts list after editing or deleting
This commit is contained in:
parent
d3ff81378c
commit
47c4956b9d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue