Better folder sort

This commit is contained in:
M66B
2018-08-03 16:54:54 +00:00
parent f31644894e
commit cf73512897
2 changed files with 14 additions and 8 deletions

View File

@@ -73,6 +73,10 @@ public class EntityFolder {
return (TYPE_OUTBOX.equals(type) || TYPE_DRAFTS.equals(type) || TYPE_SENT.equals(type));
}
static Boolean isUser(String type) {
return TYPE_USER.equals(type);
}
@PrimaryKey(autoGenerate = true)
public Long id;
public Long account; // Outbox = null