mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Reloading contacts list after editing or deleting
This commit is contained in:
parent
a5efcd93e3
commit
c22c75e1b9
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…
Add table
Reference in a new issue