mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-23 01:54:36 -05: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