mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Fix mentions being displayed as obj.
This commit is contained in:
@@ -253,7 +253,7 @@ public class ComposeText extends EmojiEditText {
|
||||
}
|
||||
|
||||
public @NonNull List<Mention> getMentions() {
|
||||
return MentionAnnotation.getMentionsFromAnnotations(getText());
|
||||
return MentionAnnotation.getMentionsFromAnnotations(getTextTrimmed());
|
||||
}
|
||||
|
||||
public boolean hasStyling() {
|
||||
|
||||
Reference in New Issue
Block a user