You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emojis should remove completely when backspace is pressed
Actual behavior
You'll see emojis become like this when you press backspace key: ���
version of the program
4.0.6
Android version
Android 14
Device
POCO M3
Other details
This commit #1162 changes the backspace behavior to remove only one unicode character, since emojis are two-width unicode character they won't be removed as normal
I have it fixed. My bad. I didn't think about emoji. In later API-Versions this code could be simplified by using deleteSurroundingTextInCodePoints, but in the minimum required API, this is not yet present.
Steps to reproduce
Expected behavior
Emojis should remove completely when backspace is pressed
Actual behavior
You'll see emojis become like this when you press backspace key: ���
version of the program
4.0.6
Android version
Android 14
Device
POCO M3
Other details
This commit #1162 changes the backspace behavior to remove only one unicode character, since emojis are two-width unicode character they won't be removed as normal
Acknowledgements
The text was updated successfully, but these errors were encountered: