Skip to content

Commit 7571ffc

Browse files
committed
do not show the filename at full file path
1 parent 4845414 commit 7571ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/dialogs/PropertiesDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PropertiesDialog() {
3434
mPropertyView = mInflater.inflate(R.layout.item_properties, null) as ViewGroup
3535

3636
addProperty(R.string.name, file.name)
37-
addProperty(R.string.path, path)
37+
addProperty(R.string.path, file.parent)
3838
addProperty(R.string.size, getItemSize(file))
3939
addProperty(R.string.last_modified, formatLastModified(file.lastModified()))
4040

0 commit comments

Comments
 (0)