Skip to content

Commit

Permalink
fix: remove another toast in TimRemoveToastTips.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonLeeeaf authored Aug 8, 2024
1 parent 6c60339 commit a851a12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/java/cc/microblock/hook/TimRemoveToastTips.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ object TimRemoveToastTips : CommonSwitchFunctionHook() {
Initiator.loadClass("com.tencent.mobileqq.activity.aio.rebuild.TroopChatPie\$39\$1"),
"run"
)
// 7f0e018a
// 你可以在这里设置...
runMethods += Reflex.findMethod(
Initiator.loadClass("com.tencent.mobileqq.activity.aio.rebuild.TroopChatPie\$23"),
"run"
)
}

runMethods.forEach {
Expand Down

0 comments on commit a851a12

Please sign in to comment.