Fix VolumeProvider createDocument path

This commit is contained in:
Matéo Duparc 2023-09-08 21:22:20 +02:00
parent 8a18270b33
commit d6c777875e
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class VolumeProvider: DocumentsProvider() {
null
} else {
document.encryptedVolume.closeFile(f)
document.rootId+"/"+newFile
document.rootId+newFile
}
}