Commit 81f1469
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 c4ab261 commit 81f1469
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 | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
747 | 753 | | |
748 | 754 | | |
749 | 755 | | |
750 | 756 | | |
751 | 757 | | |
752 | 758 | | |
753 | | - | |
754 | | - | |
755 | 759 | | |
756 | 760 | | |
757 | 761 | | |
| |||
0 commit comments