mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-04 01:37:39 +01:00
Enables vcf contact file sharing to WhatsApp
This commit is contained in:
parent
a33a177949
commit
4cc35c6676
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user