mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Added setting to sort suggested addresses on usage frequency
This commit is contained in:
@@ -61,8 +61,6 @@ public class EntityContact implements Serializable {
|
||||
static final int STATE_FAVORITE = 1;
|
||||
static final int STATE_IGNORE = 2;
|
||||
|
||||
static final int MAX_SUGGEST = 50; // per category: Android, local to/from
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
public Long id;
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user