Revert "Reloading contacts list after editing or deleting"

This reverts commit 47c4956b9d.
This commit is contained in:
Simon Morlat 2017-09-25 15:43:05 +02:00
parent 962654bf7d
commit 8e20f726e2

View file

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