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++
|
contactsExported++
|
||||||
}
|
}
|
||||||
|
|
||||||
Ezvcard.write(cards).go(file)
|
Ezvcard.write(cards).go(it)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
activity.showErrorToast(e)
|
activity.showErrorToast(e)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user