kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix mention rendering bug.
rodzic
1c79840684
commit
cf857e109a
|
@ -52,7 +52,7 @@ public class ConversationMessage {
|
|||
this.body = null;
|
||||
}
|
||||
|
||||
if (!this.mentions.isEmpty() && this.body != null && this.messageRecord.getRecipient().isGroup()) {
|
||||
if (!this.mentions.isEmpty() && this.body != null) {
|
||||
MentionAnnotation.setMentionAnnotations(this.body, this.mentions);
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue