mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-05 15:28:18 +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 (trimmedArg.contains("r")) rt = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (rt || pb) replaceClasses(pb, rt);
|
//if (rt || pb) replaceClasses(pb, rt);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isStarted() {
|
public static boolean isStarted() {
|
||||||
|
|
Loading…
Reference in a new issue