Added setting to sort suggested addresses on usage frequency

This commit is contained in:
M66B
2020-03-30 13:53:55 +02:00
parent 7b617e4d7c
commit f5e9ee86d1
6 changed files with 54 additions and 13 deletions

View File

@@ -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