Fix: Correct improper path from the file/folder selector

This commit is contained in:
Mathias-Boulay 2022-11-16 18:45:05 +01:00
parent aff8967626
commit 4e47c7e497

View File

@ -90,7 +90,7 @@ public class FileSelectorFragment extends Fragment {
} }
private String removeLockPath(String path){ private String removeLockPath(String path){
return path.replace(mRootPath, "."); return path.replace(mRootPath, "/.");
} }
private void parseBundle(){ private void parseBundle(){