-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emojis in emotes causing crashes #4744
Conversation
- fixes android 12+ crash when certain emojis are used within the emote content
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@@ -625,6 +625,7 @@ class MessageItemFactory @Inject constructor( | |||
message(message) | |||
} | |||
} | |||
.bindingOptions(bindingOptions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If only I had checked all the instance of MessageTextItem_()
in this class...
Co-authored-by: Benoit Marty <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the catch, are we sure its ok on all items now?
I'm not 100% as any expoy attribute which can contain an emoji is at risk |
Fixes #4743
A follow up to the original emoji fix #4698, we had a missing case (the emote section eg
/me :tada:
)