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

微信取消置底闪退 #576

Open
ChokW opened this issue Jun 18, 2019 · 1 comment
Open

微信取消置底闪退 #576

ChokW opened this issue Jun 18, 2019 · 1 comment

Comments

@ChokW
Copy link

ChokW commented Jun 18, 2019

环境: MacBook Pro MacOs 10.12.6
微信版本: Version. 2.3.25 (12482)
小助手版本 1.7.5

取消置底闪退

群组免打扰状态下置底后 点击取消置底会闪退 取消置底失败
公众号置底后 点击取消置底会闪退 取消置底失败

@kxion
Copy link

kxion commented Apr 3, 2020

注释以下2个文件3行代码,

WeChat+hook.m
//SEL sortSessionsMethod = LargerOrEqualVersion(@"2.3.22") ? @selector(FFDataSvrMgrSvrFavZZ) : @selector(sortSessions);
//tk_hookMethod(objc_getClass("MMSessionMgr"), sortSessionsMethod, [self class], @selector(hook_sortSessions));

MMChatsTableCellView+hook.m
//tk_hookMethod(objc_getClass("MMChatsTableCellView"), @selector(setSessionInfo:), [self class], @selector(hook_setSessionInfo:));

然后编译运行(参考Install.md),可是取消这个功能。

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

2 participants