mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 17:52:17 -05:00
changed paragraph divider
This commit is contained in:
parent
0ea83832cd
commit
58201b4408
@ -17,7 +17,7 @@ public class Message extends AbstractEntity {
|
|||||||
|
|
||||||
public static final String TABLENAME = "messages";
|
public static final String TABLENAME = "messages";
|
||||||
|
|
||||||
public static final String MERGE_SEPARATOR = "\u200B\n\n";
|
public static final String MERGE_SEPARATOR = " \u200B\n\n";
|
||||||
|
|
||||||
public static final int STATUS_RECEIVED = 0;
|
public static final int STATUS_RECEIVED = 0;
|
||||||
public static final int STATUS_UNSEND = 1;
|
public static final int STATUS_UNSEND = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user