We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3eb79 commit b4b282aCopy full SHA for b4b282a
app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/DecompressActivity.kt
@@ -33,7 +33,7 @@ class DecompressActivity : SimpleActivity() {
33
}
34
35
val realPath = getRealPathFromURI(uri!!)
36
- title = realPath?.getFilenameFromPath() ?: uri.toString().getFilenameFromPath()
+ title = realPath?.getFilenameFromPath() ?: Uri.decode(uri.toString().getFilenameFromPath())
37
fillAllListItems(uri!!)
38
updateCurrentPath("")
39
0 commit comments