Fix #753
This commit is contained in:
parent
27f1abfb3c
commit
6ea5186edd
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue