mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-31 20:59:54 +03:00
[FIX] Вызов replaceClassess закоментирован
This commit is contained in:
parent
9ba6c6a134
commit
02c59cc457
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public static void premain(String agentArgument, Instrumentation instrumentation
|
|||
if (trimmedArg.contains("r")) rt = false;
|
||||
}
|
||||
}
|
||||
if (rt || pb) replaceClasses(pb, rt);
|
||||
//if (rt || pb) replaceClasses(pb, rt);
|
||||
}
|
||||
|
||||
public static boolean isStarted() {
|
||||
|
|
Loading…
Reference in a new issue