Collapsable folders

This commit is contained in:
M66B
2019-03-17 21:23:55 +00:00
parent dd025b1ff3
commit 525ed9b50c
5 changed files with 96 additions and 12 deletions

View File

@@ -239,7 +239,7 @@ public class FragmentFolders extends FragmentBase {
});
// Observe folders
db.folder().liveFolders(account < 0 ? null : account).observe(getViewLifecycleOwner(), new Observer<List<TupleFolderEx>>() {
db.folder().liveFolders(account < 0 ? null : account, null).observe(getViewLifecycleOwner(), new Observer<List<TupleFolderEx>>() {
@Override
public void onChanged(@Nullable List<TupleFolderEx> folders) {
if (folders == null) {