mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-04-19 14:57:22 -04:00
Merge pull request #312 from tom93/pr/fix-export-missing-file-extension
Fix missing .json file extension when exporting call history
This commit is contained in:
@@ -343,7 +343,7 @@ class SettingsActivity : SimpleActivity() {
|
||||
private fun setupCallsExport() {
|
||||
binding.settingsExportCallsHolder.setOnClickListener {
|
||||
ExportCallHistoryDialog(this) { filename ->
|
||||
saveDocument.launch(filename)
|
||||
saveDocument.launch("$filename.json")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user