Show if folder read only

This commit is contained in:
M66B
2019-04-30 09:06:32 +02:00
parent 34dd0be865
commit 0d71716720
7 changed files with 1773 additions and 1 deletions

View File

@@ -105,6 +105,8 @@ public class EntityFolder implements Serializable {
public Boolean tbd; // to be deleted
public String state;
public String sync_state;
@NonNull
public Boolean read_only = false;
public String error;
public Long last_sync;