mastodon / mastodon-android

Official Android app for Mastodon
https://app.joinmastodon.org/android
GNU General Public License v3.0
1.73k stars 267 forks source link

Crash with emoji misname #292

Open riggaroo opened 2 years ago

riggaroo commented 2 years ago

I added :JetpackCompose: to my handle and it crashes the app when viewing toots of mine or my profile, the correct emoji was a lowercase j (:jetpackCompose:)

This happens if I toot with the text in it like that too - and crashes the app for others too when seeing it.

https://androiddev.social/@riggaroo/109287120359486428

davidmhewitt commented 2 years ago

I believe this is a duplicate of what's described here: https://github.com/mastodon/mastodon-android/issues/274#issuecomment-1298607128

And it may already be fixed by https://github.com/mastodon/mastodon-android/pull/275 , it's just pending a new release of the app.

I can reproduce the issue though, so I'll verify that my test builds with the fix resolve this case too.

Edit: yes, this appears to be resolved by #275