fix #440, #377, properly export all fields in .ics files

This commit is contained in:
tibbi
2019-09-15 23:33:51 +02:00
parent e078fbf0a6
commit cf2b6b6d5e
2 changed files with 2 additions and 3 deletions

View File

@ -85,7 +85,6 @@ fun SimpleActivity.showContactSourcePicker(currentSource: String, callback: (new
}
}
fun BaseSimpleActivity.shareContacts(contacts: ArrayList<Contact>) {
val file = getTempFile()
if (file == null) {