mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Fix: Correct improper path from the file/folder selector
This commit is contained in:
parent
aff8967626
commit
4e47c7e497
@ -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(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user