-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
在处理RN的时候去hook的JSTouchDispatcher的handleTouchEvent方法时,代码有错误
if (nameDesc.equals("handleTouchEvent(Landroid/view/MotionEvent;Lcom/facebook/react/uimanager/events/EventDispatcher;)V' && mClassName == 'com/facebook/react/uimanager/JSTouchDispatcher")) 应该改成
if (nameDesc.equals("handleTouchEvent(Landroid/view/MotionEvent;Lcom/facebook/react/uimanager/events/EventDispatcher;)V") && mClassName.equals("com/facebook/react/uimanager/JSTouchDispatcher"))
Metadata
Metadata
Assignees
Labels
No labels