android/CustomFilePickerFragment: fixup call super.goUp() instead
This commit is contained in:
parent
46a639d082
commit
01fcf63b6e
@ -99,7 +99,7 @@ public class CustomFilePickerFragment extends FilePickerFragment {
|
||||
if(Environment.getExternalStorageDirectory().getPath().equals(mCurrentPath.getPath())) {
|
||||
return;
|
||||
}
|
||||
goToDir(getParent(mCurrentPath));
|
||||
super.goUp();
|
||||
}
|
||||
|
||||
private static String fileExtension(@NonNull String filename) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user