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:
David Vacca 2020-04-20 13:16:03 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 80575503d2
Коммит 854f63701d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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) {