Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
修复 短信-禁用推广 导致的复制验证码不可用
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed May 9, 2023
1 parent ae14eb6 commit 0bd15df
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,5 @@ protected void before(MethodHookParam param) throws Throwable {
param.setResult(false);
}
});
findAndHookConstructor("i.k.c.s.h.d", new MethodHook() {
@Override
protected void before(MethodHookParam param) throws Throwable {
XposedHelpers.setBooleanField(param.thisObject, "k", true);
}
});
}
}

0 comments on commit 0bd15df

Please sign in to comment.