Unified system folders

This commit is contained in:
M66B 2019-07-19 08:48:14 +02:00
parent 1daa8052c1
commit 174bad50f4
1 changed files with 1 additions and 0 deletions

View File

@ -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();