mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-19 17:17:04 -04:00
Fix: Correct improper path from the file/folder selector
This commit is contained in:
@@ -90,7 +90,7 @@ public class FileSelectorFragment extends Fragment {
|
||||
}
|
||||
|
||||
private String removeLockPath(String path){
|
||||
return path.replace(mRootPath, ".");
|
||||
return path.replace(mRootPath, "/.");
|
||||
}
|
||||
|
||||
private void parseBundle(){
|
||||
|
||||
Reference in New Issue
Block a user