-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
Crash when touching on (some) comment #9052
Comments
I have the same problem, also on an Android 8 Galaxy phone (mine is a3 2017). An example crashing comment is the pinned one in this video: https://www.youtube.com/watch?v=_Nm6OWFleis |
This comment was marked as duplicate.
This comment was marked as duplicate.
For anyone experiencing this issue, try out the debug build from #9065. |
I am unable to reproduce the original issue in the emulator. @devlearner @janTaja does #9065 fix the crash ? |
@TobiGr it does for me (at least i haven't had any crashes scrolling through comments, and that used to happen a lot with the release version) |
yep, now I feel the peace of mind not having to watch out where my finger lies when scrolling through the comments ;-) |
Checklist
Affected version
0.24.0
Steps to reproduce the bug
Expected behavior
Comment text copied to clipboard
Actual behavior
Crashes with a cast exception
android.text.SpannedString cannot be cast to android.text.Spannable
inCommentTextOnTouchListener
Screenshots/Screen recordings
No response
Logs
Exception
Crash log
Affected Android/Custom ROM version
Android 8.0
Affected device model
Samsung Galaxy C9 Pro
Additional information
Can't pinpoint the exact comment texts that trigger the exception. But higher chances it will throw for comments with emojis. Possibly related to the fact that the text I pressed on contain newer Unicode standard emojis (like 🥰) beyond that the native Android supports (Android 8.0 in my case).
The text was updated successfully, but these errors were encountered: