Commit 5c28968
authored
fix(android): remove heading style when backspacing ZWS (#626)
# Summary
Fixes: #476
## Test Plan
Test if the backspace at the beginning of heading properly removes
heading style.
## Screenshots / Videos
https://github.com/user-attachments/assets/88bd3ce7-18d9-4d7b-9307-ac1e84104107
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ❌ |
| Android | ✅ |
## Checklist
- [x] E2E tests are passing
- [ ] Required E2E tests have been added (if applicable)1 parent b4c762f commit 5c28968
2 files changed
Lines changed: 9 additions & 8 deletions
File tree
- android/src/main/java/com/swmansion/enriched/textinput
- styles
- watchers
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | 341 | | |
347 | 342 | | |
348 | 343 | | |
349 | 344 | | |
350 | 345 | | |
351 | 346 | | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments