Fixed showing seen

This commit is contained in:
M66B
2018-08-09 05:37:52 +00:00
parent a37cc74189
commit 194b7e8dea
3 changed files with 18 additions and 32 deletions

View File

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