1
0
mirror of https://github.com/etesync/android synced 2024-12-23 15:18:14 +00:00

Import contacts: fix wrong import account.

This commit is contained in:
Tom Hacohen 2019-07-21 14:48:01 +01:00
parent 201a1e078e
commit 8e457c5ec7

View File

@ -365,8 +365,6 @@ class ImportFragment : DialogFragment() {
localContact.addToGroup(batch, localAddressBook.findOrCreateGroup(category))
}
batch.commit()
result.added++
} catch (e: ContactsStorageException) {
e.printStackTrace()
}