Loading src/com/android/contacts/editor/ContactEditorFragment.java +4 −1 Original line number Diff line number Diff line Loading @@ -1027,8 +1027,11 @@ public class ContactEditorFragment extends Fragment implements Intent intent = ContactSaveService.createSaveContactIntent(getActivity(), mState, SAVE_MODE_EXTRA_KEY, saveMode, isEditingUserProfile(), getActivity().getClass(), ContactEditorActivity.ACTION_SAVE_COMPLETED, mUpdatedPhotos); getActivity().startService(intent); // Don't try to save the same photos twice. mUpdatedPhotos = new Bundle(); return true; } Loading Loading
src/com/android/contacts/editor/ContactEditorFragment.java +4 −1 Original line number Diff line number Diff line Loading @@ -1027,8 +1027,11 @@ public class ContactEditorFragment extends Fragment implements Intent intent = ContactSaveService.createSaveContactIntent(getActivity(), mState, SAVE_MODE_EXTRA_KEY, saveMode, isEditingUserProfile(), getActivity().getClass(), ContactEditorActivity.ACTION_SAVE_COMPLETED, mUpdatedPhotos); getActivity().startService(intent); // Don't try to save the same photos twice. mUpdatedPhotos = new Bundle(); return true; } Loading