mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
Enables vcf contact file sharing to WhatsApp
This commit is contained in:
@ -164,7 +164,8 @@ class VcfExporter {
|
||||
contactsExported++
|
||||
}
|
||||
|
||||
Ezvcard.write(cards).version(VCardVersion.V4_0).go(outputStream)
|
||||
// whatsapp does not support version 4.0 yet
|
||||
Ezvcard.write(cards).version(VCardVersion.V3_0).go(outputStream)
|
||||
} catch (e: Exception) {
|
||||
activity.showErrorToast(e)
|
||||
}
|
||||
|
Reference in New Issue
Block a user