uri decode filename at the decompression activity
This commit is contained in:
parent
4e3eb79f4f
commit
b4b282a333
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class DecompressActivity : SimpleActivity() {
|
|||
}
|
||||
|
||||
val realPath = getRealPathFromURI(uri!!)
|
||||
title = realPath?.getFilenameFromPath() ?: uri.toString().getFilenameFromPath()
|
||||
title = realPath?.getFilenameFromPath() ?: Uri.decode(uri.toString().getFilenameFromPath())
|
||||
fillAllListItems(uri!!)
|
||||
updateCurrentPath("")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue