Unified system folders

pull/159/head
M66B 6 years ago
parent 1daa8052c1
commit 174bad50f4

@ -159,6 +159,7 @@ public interface DaoFolder {
" JOIN account ON account.id = folder.account" +
" WHERE folder.synchronize" +
" AND account.synchronize" +
" AND folder.type <> '" + EntityFolder.USER + "'" +
" GROUP BY folder.type" +
" HAVING COUNT(folder.id) > 1")
LiveData<List<String>> liveUnifiedTypes();

Loading…
Cancel
Save