| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
💯
Sorry, something went wrong.
|
View your CI Pipeline Execution ↗ for commit 203f982
☁️ Nx Cloud last updated this comment at 2025-12-26 20:25:46 UTC |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
On iOS, when selectedBackgroundColor is set on a SegmentedBar, the control may briefly display incorrect background colors at the corners until a segment is selected by the user.
This happens because the selected text color is not always reapplied immediately after the background color changes, which can lead to visual artifacts.
What is the new behavior?
The selected text color is now reapplied whenever selectedBackgroundColor is updated, ensuring that text and background colors remain visually consistent without requiring user interaction.
This change only affects iOS and does not modify behavior on other platforms.
Fixes #11014