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

Exclude Storage browser from sortable browsers

parent 5fd5b0b3
No related branches found
No related tags found
No related merge requests found
......@@ -377,7 +377,8 @@ public abstract class BaseBrowserFragment extends MediaBrowserFragment implement
@Override
public void refresh() {
if ((this instanceof NetworkBrowserFragment && mRoot) || this instanceof FilePickerFragment)
if ((this instanceof NetworkBrowserFragment && mRoot) || this instanceof FilePickerFragment
|| this instanceof StorageBrowserFragment)
mAdapter.clear();
else {
refreshList = new ArrayList<>();
......
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