Skip to content

Commit

Permalink
Update Constants.java
Browse files Browse the repository at this point in the history
ミュートメッセージのメゾットの変更ミスを訂正
動作確認済み
  • Loading branch information
areteruhiro authored Oct 4, 2024
1 parent ea075f3 commit e1b05b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public HookTarget(String className, String methodName) {

static final HookTarget USER_AGENT_HOOK = new HookTarget("C81.c", "h");
static final HookTarget WEBVIEW_CLIENT_HOOK = new HookTarget("qH0.m", "onPageFinished");
static final HookTarget MUTE_MESSAGE_HOOK = new HookTarget("u71.b", "G");
static final HookTarget MUTE_MESSAGE_HOOK = new HookTarget("u71.b", "H");
static final HookTarget MARK_AS_READ_HOOK = new HookTarget("JL.e$d", "run");
static final HookTarget REQUEST_HOOK = new HookTarget("org.apache.thrift.k", "b");
static final HookTarget RESPONSE_HOOK = new HookTarget("org.apache.thrift.k", "a");
Expand Down

0 comments on commit e1b05b7

Please sign in to comment.