mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
allow opening subdirs
This commit is contained in:
@ -37,7 +37,7 @@ public class FileDirItem implements Comparable {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "FileDirItem {" +
|
||||
return "FileDirItem{" +
|
||||
"name=" + getName() +
|
||||
", isDirectory=" + getIsDirectory() +
|
||||
", path=" + getPath() + "}";
|
||||
|
Reference in New Issue
Block a user