Experiment: swipe left/right to reply

This commit is contained in:
M66B
2021-11-21 08:16:45 +01:00
parent 166a9720d2
commit 9df54b0659
3 changed files with 28 additions and 3 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;