Skip to content
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

長すぎるカスタム絵文字を表示しようとするとクラッシュする不具合を修正 #1933

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

pantasystem
Copy link
Owner

やったこと

長すぎるカスタム絵文字をTextView上に表示しようとするとクラッシュする不具合を修正しました。
原因としてはスケールする時に画像のサイズが大きくなってしまうのが原因でした。
なので、画像のサイズが画面のサイズより大きく読み込まれないように制限することで解決しました。

動作確認

スクリーンショット(任意)

備考

Issue番号

Closed #1932

@pantasystem pantasystem merged commit a2ef018 into develop Oct 27, 2023
@pantasystem pantasystem deleted the hotfix/#1932/large-emoji-crush-bug branch October 27, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

一部カスタム絵文字を表示しようとするとクラッシュする
1 participant