Show primary folders hierarchical

This commit is contained in:
M66B
2020-04-15 20:53:46 +02:00
parent a3b64e796e
commit ec2b4ff009
3 changed files with 12 additions and 10 deletions

View File

@@ -175,7 +175,7 @@ public class FragmentFolders extends FragmentBase {
rvFolder.addItemDecoration(itemDecorator);
}
adapter = new AdapterFolder(this, account, compact, show_hidden, null);
adapter = new AdapterFolder(this, account, primary, compact, show_hidden, null);
rvFolder.setAdapter(adapter);
fabAdd.setOnClickListener(new View.OnClickListener() {