lets obtain the file name with the built in way
This commit is contained in:
parent
324896037b
commit
c13bedbfa8
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class ItemsFragment : Fragment(), ItemOperationsListener, Breadcrumbs.Breadcrumb
|
|||
if (files != null) {
|
||||
for (file in files) {
|
||||
val curPath = file.absolutePath
|
||||
val curName = curPath.getFilenameFromPath()
|
||||
val curName = file.name
|
||||
if (!showHidden && curName.startsWith(".")) {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue