Removed limit of 25 folders to synchronize

This commit is contained in:
M66B
2018-09-30 15:02:29 +00:00
parent 84eeadd2f7
commit 4fb2e7dbc2
2 changed files with 1 additions and 24 deletions

View File

@@ -90,10 +90,6 @@ public interface DaoFolder {
" WHERE account = :account AND type = :type")
EntityFolder getFolderByType(long account, String type);
@Query("SELECT COUNT(folder.id) FROM folder" +
" WHERE account = :account AND `synchronize`")
int getFolderSyncCount(long account);
// For debug/crash info
@Query("SELECT folder.* FROM folder" +
" JOIN account ON account.id = folder.account" +