Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
fix: deobfuscation UI not showing correctly when host app updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkx173 committed Mar 7, 2024
1 parent be5b4bc commit af139d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected void beforeHookedMethod(final MethodHookParam param) throws Throwable
sClassLoader,
"onCreate",
Bundle.class,
new XC_MethodHook() {
new XC_MethodHook(-1) {
@Override
protected void afterHookedMethod(final MethodHookParam param) throws Throwable {
XposedHelpers.setStaticBooleanField(XposedHelpers.findClass("com.baidu.tbadk.core.atomData.MainTabActivityConfig", sClassLoader), "IS_MAIN_TAB_SPLASH_SHOW", false);
Expand Down

0 comments on commit af139d0

Please sign in to comment.