Revert "Experiment: swipe left/right to reply"

This reverts commit 9df54b0659.
This commit is contained in:
M66B
2021-11-21 18:27:04 +01:00
parent dfa030af02
commit a0d4d0d729
3 changed files with 3 additions and 28 deletions

View File

@@ -113,7 +113,6 @@ 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;