-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
App hangs when lots of emoticons are sent #1995
Comments
I'm having a similar issue. Here's my specifics
Specific message |
Remove EMOJI_REGEX from MessagesAdapter: Update emojiOnly variable: Add containsOnlyEmoji function:
This function checks if the given text contains only emojis by using the Regex pattern ^[\p{So}]+$. If the text matches this pattern (i.e., contains only emojis), it returns true; otherwise, it returns false.
By following these steps, you'll remove the EMOJI_REGEX, update the emojiOnly variable, and add the containsOnlyEmoji function to your MessagesAdapter class. |
DESCRIPTION
My son was playing with my wife's phone. He sent me an SMS with lots of emojis. Now, when I open the conversation with my wife, QKSMS hangs and doesn't seem to respond. I even can't go back to list view.
STEPS
EXPECTED
Don't hang.
OBSERVATIONS
I can send couple of normal SMS from my wife's phone to fill up my screen, then the conversation does open. However, when scrolling up and revealing that monstrous message, the app hangs again.
The text was updated successfully, but these errors were encountered: