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