WeChatPlugin-MacOS
WeChatPlugin-MacOS copied to clipboard
微信取消置底闪退
环境: MacBook Pro MacOs 10.12.6 微信版本: Version. 2.3.25 (12482) 小助手版本 1.7.5
取消置底闪退
群组免打扰状态下置底后 点击取消置底会闪退 取消置底失败 公众号置底后 点击取消置底会闪退 取消置底失败
注释以下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),可是取消这个功能。