Support for non selectable folders

This commit is contained in:
M66B
2019-07-07 08:17:27 +02:00
parent e8ced5da45
commit 9f6c1f3ea9
11 changed files with 1838 additions and 17 deletions

View File

@@ -507,7 +507,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
// Folders
JSONArray jfolders = new JSONArray();
for (EntityFolder folder : db.folder().getFolders(account.id)) {
for (EntityFolder folder : db.folder().getFolders(account.id, true)) {
JSONObject jfolder = folder.toJSON();
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {