mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Android: Allow accessing all folders
This commit is contained in:
@ -198,7 +198,7 @@ public final class FileAdapter extends RecyclerView.Adapter<FileViewHolder> impl
|
|||||||
|
|
||||||
public void upOneLevel()
|
public void upOneLevel()
|
||||||
{
|
{
|
||||||
if (!mPath.equals(Environment.getExternalStorageDirectory().getPath()))
|
if (!mPath.equals("/"))
|
||||||
{
|
{
|
||||||
File currentDirectory = new File(mPath);
|
File currentDirectory = new File(mPath);
|
||||||
File parentDirectory = currentDirectory.getParentFile();
|
File parentDirectory = currentDirectory.getParentFile();
|
||||||
|
Reference in New Issue
Block a user