mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Easy diff to add a TODO
Summary: Easy diff to add a TODO to refactor `sendAccessibilityEvent` to use ViewCommands This was orginally added D17142507 changelog: [Internal] Internal change Reviewed By: JoshuaGross Differential Revision: D21137348 fbshipit-source-id: aff38ccad8dfbb222f83161e2bd5da82f543e5db
This commit is contained in:
committed by
Facebook GitHub Bot
parent
80575503d2
commit
854f63701d
@@ -815,6 +815,7 @@ public class UIManagerModule extends ReactContextBaseJavaModule
|
||||
public void sendAccessibilityEvent(int tag, int eventType) {
|
||||
int uiManagerType = ViewUtil.getUIManagerType(tag);
|
||||
if (uiManagerType == FABRIC) {
|
||||
// TODO: T65793557 Refactor sendAccessibilityEvent to use ViewCommands
|
||||
UIManager fabricUIManager =
|
||||
UIManagerHelper.getUIManager(getReactApplicationContext(), uiManagerType);
|
||||
if (fabricUIManager != null) {
|
||||
|
||||
Reference in New Issue
Block a user