android/CustomFilePickerFragment: fixup call super.goUp() instead

This commit is contained in:
SachinVin 2020-05-01 23:46:29 +05:30 committed by xperia64
parent 884f3fa1be
commit f76e5c03f2

View File

@ -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) {