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
fix(iOS): reset other accessibility props on view recycle
Per @javache review feedback on #57196: extend prepareForRecycle to
clear all accessibilityElement-side state that leaks across recycled
views, not just accessibilityViewIsModal. Defaults sourced from
AccessibilityProps.h; UIKit-side resets cover the props that
updateProps writes via direct UIKit setters.
Note: accessibilityRespondsToUserInteraction's C++ default is true,
so the reset value is YES (not NO).
Skipped: accessibilityActions / accessibilityLabelledBy /
accessibilityLiveRegion have no direct UIKit-side state to reset.
0 commit comments