mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
Filename fix
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user