Commit 46c632d
authored
Fix crash when using font that does not support bold or italic trait (#976)
* Fix crash when using font that does not support bold trait
* Update CHANGELOG with bug fix for font crash
Added a fix for a crash related to unsupported bold fonts.
* Update CHANGELOG.md
* Clarify font trait support in changelog entry
Updated the changelog entry for issue #976 to clarify the font trait support.1 parent 3895749 commit 46c632d
File tree
2 files changed
+5
-2
lines changed- Sources/StreamChatSwiftUI/Utils/Common
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments