mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
fix #304, fix exporting contacts on SD cards
This commit is contained in:
@ -152,7 +152,7 @@ class VcfExporter {
|
||||
contactsExported++
|
||||
}
|
||||
|
||||
Ezvcard.write(cards).go(file)
|
||||
Ezvcard.write(cards).go(it)
|
||||
} catch (e: Exception) {
|
||||
activity.showErrorToast(e)
|
||||
}
|
||||
|
Reference in New Issue
Block a user