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