mirror of
https://github.com/element-hq/element-android
synced 2024-11-25 02:45:37 +03:00
Fix / bad ref to json in filename, it's txt
This commit is contained in:
parent
a1ed9bb377
commit
794a0bb14b
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class KeyRequestsFragment @Inject constructor(
|
|||
selectTxtFileToWrite(
|
||||
activity = requireActivity(),
|
||||
activityResultLauncher = epxortAuditForActivityResult,
|
||||
defaultFileName = "audit-export-json_${System.currentTimeMillis()}.txt",
|
||||
defaultFileName = "audit-export_${System.currentTimeMillis()}.txt",
|
||||
chooserHint = "Export Audit"
|
||||
)
|
||||
return true
|
||||
|
|
Loading…
Reference in a new issue