updating kotlin, gradle, commons

This commit is contained in:
tibbi
2019-06-14 17:07:30 +02:00
parent f4a0c84242
commit 0da765ddc9
6 changed files with 8 additions and 9 deletions

View File

@ -30,7 +30,7 @@ class VcfExporter {
private var contactsFailed = 0
fun exportContacts(activity: BaseSimpleActivity, file: File, contacts: ArrayList<Contact>, showExportingToast: Boolean, callback: (result: ExportResult) -> Unit) {
activity.getFileOutputStream(file.toFileDirItem(activity), true) {
activity.getFileOutputStream(file.toFileDirItem(), true) {
try {
if (it == null) {
callback(EXPORT_FAIL)