This commit is contained in:
LoveSy 2020-12-23 18:52:37 +08:00 committed by 双草酸酯
parent 27f1abfb3c
commit 6ea5186edd
1 changed files with 1 additions and 0 deletions

View File

@ -338,6 +338,7 @@ public final class XposedInit {
if (loadedModules.contains(apk)) {
newLoadedApk.add(apk);
} else {
loadedModules.add(apk); // temporarily add it for XSharedPreference
boolean loadSuccess = loadModule(apk, topClassLoader, callInitZygote);
if (loadSuccess) {
newLoadedApk.add(apk);