Refactoring

This commit is contained in:
M66B
2020-07-02 10:10:47 +02:00
parent 25f188551a
commit 5e0e78b6df
4 changed files with 45 additions and 45 deletions

View File

@@ -91,6 +91,15 @@ public class EntityMessage implements Serializable {
static final Integer PRIORITIY_NORMAL = 1;
static final Integer PRIORITIY_HIGH = 2;
static final Long SWIPE_ACTION_ASK = -1L;
static final Long SWIPE_ACTION_SEEN = -2L;
static final Long SWIPE_ACTION_SNOOZE = -3L;
static final Long SWIPE_ACTION_HIDE = -4L;
static final Long SWIPE_ACTION_MOVE = -5L;
static final Long SWIPE_ACTION_FLAG = -6L;
static final Long SWIPE_ACTION_DELETE = -7L;
static final Long SWIPE_ACTION_JUNK = -8L;
@PrimaryKey(autoGenerate = true)
public Long id;
@NonNull