fix #304, fix exporting contacts on SD cards
This commit is contained in:
parent
0c1da53df6
commit
e302309fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue