You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This PR fixes the incorrect position of the custom header items when
updating more than one option at the same time. The proposed solution
let us remove the previous fix for a similar problem:
#2248 which
only fixed the issue on fabric.
Fixes#432, #2231.
## Changes
- forced re-layout of the navigation controller when subviews are
updated
- removed previous fix
- updated `Test432` repro
<!--
## Screenshots / GIFs
Here you can add screenshots / GIFs documenting your change.
You can add before / after section if you're changing some behavior.
### Before
### After
-->
## Test code and steps to reproduce
- use `Test432` and `Test2231` to test this fix on both architectures.
## Checklist
- [x] Included code example that can be used to test this change
- [x] Ensured that CI passes
(cherry picked from commit bc95fa4)
0 commit comments