Fix missing contacts update

This commit is contained in:
Sylvain Berfini 2013-05-30 10:31:10 +02:00
parent aeed3f4d45
commit 4f07e0da05

View file

@ -99,10 +99,7 @@ public class EditContactFragment extends Fragment {
try {
getActivity().getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
if (isNewContact) {
LinphoneActivity.instance().prepareContactsInBackground();
}
} catch (Exception e) {
e.printStackTrace();
}