Commit a2009b6
committed
fix(iOS): do not force accessibilityRespondsToUserInteraction on recycle
Its UIKit default is not a fixed YES but derived from other
accessibility properties (UIAccessibility.h: "default == derived from
other accessibility properties", e.g. NotEnabled elements return NO).
Writing an explicit constant on recycle would permanently replace the
derived behavior, so move it to the skipped-on-purpose list alongside
isAccessibilityElement and accessibilityTraits.1 parent a7d7550 commit a2009b6
1 file changed
Lines changed: 6 additions & 2 deletions
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
748 | 754 | | |
749 | 755 | | |
750 | 756 | | |
751 | 757 | | |
752 | 758 | | |
753 | 759 | | |
754 | | - | |
755 | | - | |
756 | 760 | | |
757 | 761 | | |
758 | 762 | | |
| |||
0 commit comments