use whitespace as message seperator
This commit is contained in:
parent
9321ccc775
commit
5b9ba79495
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue