mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Fix bug with processing and displaying long messages with mentions.
This commit is contained in:
@@ -77,7 +77,7 @@ public final class MentionUtil {
|
||||
|
||||
for (Mention mention : sortedMentions) {
|
||||
if (invalidMention(body, mention)) {
|
||||
return new UpdatedBodyAndMentions(body, Collections.emptyList());
|
||||
continue;
|
||||
}
|
||||
|
||||
updatedBody.append(body.subSequence(bodyIndex, mention.getStart()));
|
||||
|
||||
Reference in New Issue
Block a user