mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
allow sharing a contact via creating a vcf file
This commit is contained in:
@ -48,7 +48,7 @@ class VcfExporter {
|
||||
|
||||
contact.events.forEach {
|
||||
if (it.type == CommonDataKinds.Event.TYPE_BIRTHDAY) {
|
||||
out.writeLn("$BDAY:${it.value}")
|
||||
out.writeLn("$BDAY${it.value}")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user