Skip to content
Snippets Groups Projects
Commit 69bb19a7 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Fix root level detection in file picker

parent 6a64fdd3
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ public class FilePickerFragment extends FileBrowserFragment {
}
return true;
} else
return mMrl.startsWith("http");
return mMrl.length() < 7;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment