mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-01 16:49:36 -05:00
Android: Allow accessing all folders
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user