Commit e9999fc
fix(android): remove link styling inside codeblock (#557)
# Summary
Fixes: #554
This PR adds link and mention as conflicting styles to codeblock
## Test Plan
Run reproduction steps from: #554
The issue should be resolved.
## Screenshots / Videos
https://github.com/user-attachments/assets/c485ffdb-a669-486c-ba20-19339d8a5e7b
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ❌ |
| Android | ✅ |
## Checklist
- [ ] E2E tests are passing
- [ ] Required E2E tests have been added (if applicable)
---------
Co-authored-by: Igor Furgała <74370735+exploIF@users.noreply.github.com>1 parent 16ee2a8 commit e9999fc
3 files changed
Lines changed: 23 additions & 2 deletions
File tree
- android/src/main/java/com/swmansion/enriched/textinput
- spans
- styles
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
901 | 907 | | |
902 | 908 | | |
903 | 909 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
97 | 110 | | |
98 | 111 | | |
99 | 112 | | |
| |||
220 | 233 | | |
221 | 234 | | |
222 | 235 | | |
223 | | - | |
224 | 236 | | |
| 237 | + | |
225 | 238 | | |
226 | 239 | | |
227 | 240 | | |
| |||
0 commit comments