文件整理
This commit is contained in:
@ -16,6 +16,7 @@ import dalvik.system.PathClassLoader;
|
||||
|
||||
/* compiled from: ProGuard */
|
||||
public final class HotFix {
|
||||
|
||||
public static void patch(Context context, String patchDexFile, String patchClassName) {
|
||||
if (patchDexFile != null && new File(patchDexFile).exists()) {
|
||||
try {
|
||||
@ -153,4 +154,5 @@ public final class HotFix {
|
||||
}
|
||||
return newInstance;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user