Commit b3b8a1f
authored
fix(android): apply accessibility CSS classes and font scale on init (#11224)
On iOS, initAccessibilityCssHelper already calls updateCurrentHelperClasses
and applyFontScaleToRootViews immediately. On Android, these were only called
inside the fontScaleChangedEvent listener, meaning accessibility CSS classes
and font scale were not applied until the first font scale change event.1 parent 69dc869 commit b3b8a1f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | | - | |
| 729 | + | |
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| |||
885 | 885 | | |
886 | 886 | | |
887 | 887 | | |
| 888 | + | |
| 889 | + | |
888 | 890 | | |
889 | 891 | | |
890 | 892 | | |
| |||
0 commit comments