Update HookEntry.kt

This commit is contained in:
chase535
2022-07-20 11:38:09 +08:00
committed by GitHub
parent 30c4becd98
commit 572140ba91

View File

@@ -163,11 +163,7 @@ class HookEntry : IYukiHookXposedInit {
interceptBaseChatPie(methodName = "bc")
interceptBaseChatPie(methodName = "bd")
}
"8.8.17" -> {
interceptBaseChatPie(methodName = "bd")
interceptBaseChatPie(methodName = "be")
}
"8.8.20" -> {
"8.8.17", "8.8.20" -> {
interceptBaseChatPie(methodName = "bd")
interceptBaseChatPie(methodName = "be")
}