| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
|
View your CI Pipeline Execution ↗ for commit a9d79b8
☁️ Nx Cloud last updated this comment at 2026-05-20 02:51:27 UTC |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
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.
What is the new behavior?
font scale and helpers are now applied correctly on android on init.