Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pMotato opened this issue Oct 17, 2023 · 0 comments
Open

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

pMotato opened this issue Oct 17, 2023 · 0 comments

Comments

@pMotato
Copy link

pMotato commented Oct 17, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant