Added remark

This commit is contained in:
M66B
2019-03-04 10:01:14 +00:00
parent 630744b4e3
commit 2111688e6e
2 changed files with 1 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ public class EntityOperation {
static final String ATTACHMENT = "attachment";
static final String SYNC = "sync";
// These operations should be prepared to be executed twice by both the background and foreground sync
private static List<String> FOREGROUND = Arrays.asList(KEYWORD, HEADERS, RAW, BODY, ATTACHMENT);
static void queue(Context context, DB db, EntityMessage message, String name, Object... values) {