mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Android: Allow accessing all folders
This commit is contained in:
parent
f1dd0bda3b
commit
351825aa10
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public final class FileAdapter extends RecyclerView.Adapter<FileViewHolder> impl
|
|||
|
||||
public void upOneLevel()
|
||||
{
|
||||
if (!mPath.equals(Environment.getExternalStorageDirectory().getPath()))
|
||||
if (!mPath.equals("/"))
|
||||
{
|
||||
File currentDirectory = new File(mPath);
|
||||
File parentDirectory = currentDirectory.getParentFile();
|
||||
|
|
Loading…
Add table
Reference in a new issue