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 4845414 commit 7571ffcCopy full SHA for 7571ffc
app/src/main/kotlin/com/simplemobiletools/filemanager/dialogs/PropertiesDialog.kt
@@ -34,7 +34,7 @@ class PropertiesDialog() {
34
mPropertyView = mInflater.inflate(R.layout.item_properties, null) as ViewGroup
35
36
addProperty(R.string.name, file.name)
37
- addProperty(R.string.path, path)
+ addProperty(R.string.path, file.parent)
38
addProperty(R.string.size, getItemSize(file))
39
addProperty(R.string.last_modified, formatLastModified(file.lastModified()))
40
0 commit comments