use zero width white space as message seperator

This commit is contained in:
Daniel Gultsch 2015-05-13 11:56:59 +02:00
parent f84ccbe1fa
commit 51aeeb766c
1 changed files with 1 additions and 1 deletions

View File

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