Experiment: swipe right to reply

This commit is contained in:
M66B
2021-11-22 12:10:57 +01:00
parent f967292a2f
commit a8745ba7e1
4 changed files with 43 additions and 10 deletions

View File

@@ -113,6 +113,7 @@ public class EntityMessage implements Serializable {
static final Long SWIPE_ACTION_FLAG = -6L;
static final Long SWIPE_ACTION_DELETE = -7L;
static final Long SWIPE_ACTION_JUNK = -8L;
static final Long SWIPE_ACTION_REPLY = -9L;
@PrimaryKey(autoGenerate = true)
public Long id;