use whitespace as message seperator

This commit is contained in:
Daniel Gultsch 2016-05-30 21:12:19 +02:00
parent 9321ccc775
commit 5b9ba79495
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class Message extends AbstractEntity {
public static final String TABLENAME = "messages";
public static final String MERGE_SEPARATOR = "\n\u0004\n";
public static final String MERGE_SEPARATOR = "\n\u200B\n";
public static final int STATUS_RECEIVED = 0;
public static final int STATUS_UNSEND = 1;