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++ contactsExported++
} }
Ezvcard.write(cards).go(file) Ezvcard.write(cards).go(it)
} catch (e: Exception) { } catch (e: Exception) {
activity.showErrorToast(e) activity.showErrorToast(e)
} }