mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-16 19:40:43 +01:00
Filename fix
This commit is contained in:
parent
57c07e33fc
commit
7c142490ed
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user