Filename fix
This commit is contained in:
parent
57c07e33fc
commit
7c142490ed
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ fun Context.backupContacts() {
|
||||||
mkdirs()
|
mkdirs()
|
||||||
}
|
}
|
||||||
|
|
||||||
var exportFile = File(outputFolder, "$filename.ics")
|
var exportFile = File(outputFolder, "$filename.json")
|
||||||
var exportFilePath = exportFile.absolutePath
|
var exportFilePath = exportFile.absolutePath
|
||||||
val outputStream = try {
|
val outputStream = try {
|
||||||
if (hasProperStoredFirstParentUri(exportFilePath)) {
|
if (hasProperStoredFirstParentUri(exportFilePath)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue