Browse Source

Updated remark

main
M66B 5 years ago
parent
commit
d8a7b922a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/src/main/java/eu/faircode/email/EntityMessage.java

+ 1
- 1
app/src/main/java/eu/faircode/email/EntityMessage.java View File

@ -72,7 +72,7 @@ public class EntityMessage implements Serializable {
@PrimaryKey(autoGenerate = true)
public Long id;
public Long account; // performance, compose = null
public Long account; // performance
@NonNull
public Long folder;
public Long identity;


Loading…
Cancel
Save