Skip to content

插件版本3.5.4 ,RN的AMS的相关处理代码有问题 #35

@pMotato

Description

@pMotato

在处理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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions