mirror of
https://github.com/etesync/android
synced 2025-01-11 08:10:58 +00:00
Import contacts: fix wrong import account.
This commit is contained in:
parent
201a1e078e
commit
8e457c5ec7
@ -365,8 +365,6 @@ class ImportFragment : DialogFragment() {
|
|||||||
localContact.addToGroup(batch, localAddressBook.findOrCreateGroup(category))
|
localContact.addToGroup(batch, localAddressBook.findOrCreateGroup(category))
|
||||||
}
|
}
|
||||||
batch.commit()
|
batch.commit()
|
||||||
|
|
||||||
result.added++
|
|
||||||
} catch (e: ContactsStorageException) {
|
} catch (e: ContactsStorageException) {
|
||||||
e.printStackTrace()
|
e.printStackTrace()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user