mirror of
https://github.com/etesync/android
synced 2024-11-17 05:19:12 +00:00
Contact import: fix accidental double-import.
This commit is contained in:
parent
536bef9815
commit
c93e21e2d3
@ -165,7 +165,6 @@ public class LocalContactImportFragment extends Fragment {
|
||||
int progress = 0;
|
||||
for (LocalContact currentLocalContact : localContacts) {
|
||||
Contact contact = currentLocalContact.getContact();
|
||||
(new LocalContact(addressBook, contact, null, null)).createAsDirty();
|
||||
|
||||
try {
|
||||
LocalContact localContact = new LocalContact(addressBook, contact, null, null);
|
||||
|
Loading…
Reference in New Issue
Block a user