Filename fix

This commit is contained in:
merkost 2023-07-15 22:13:01 +10:00
parent 57c07e33fc
commit 7c142490ed

View File

@ -105,7 +105,7 @@ fun Context.backupContacts() {
mkdirs()
}
var exportFile = File(outputFolder, "$filename.ics")
var exportFile = File(outputFolder, "$filename.json")
var exportFilePath = exportFile.absolutePath
val outputStream = try {
if (hasProperStoredFirstParentUri(exportFilePath)) {