fix #304, fix exporting contacts on SD cards

This commit is contained in:
tibbi
2018-11-29 21:53:50 +01:00
parent 0c1da53df6
commit e302309fe9

View File

@ -152,7 +152,7 @@ class VcfExporter {
contactsExported++
}
Ezvcard.write(cards).go(file)
Ezvcard.write(cards).go(it)
} catch (e: Exception) {
activity.showErrorToast(e)
}