Commit 86f7885
Replace ViewCompat.setImportantForAccessibility with direct calls in xplat/js/react-native-github (#54453)
Summary:
Pull Request resolved: #54453
`setImportantForAccessibility` has been supported from API 16, so we no longer need to use ViewCompat here.
Changelog: [Internal]
Reviewed By: lenaic
Differential Revision: D86535126
fbshipit-source-id: b3d2af98d69f79d3c2370ec8939b548232e6f2521 parent dca6f6d commit 86f7885
File tree
1 file changed
+4
-5
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager
1 file changed
+4
-5
lines changedpackages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManager.java
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
478 | 478 | | |
479 | | - | |
| 479 | + | |
480 | 480 | | |
481 | | - | |
| 481 | + | |
482 | 482 | | |
483 | | - | |
484 | | - | |
| 483 | + | |
485 | 484 | | |
486 | 485 | | |
487 | 486 | | |
| |||
0 commit comments