Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored and kotori2 committed Dec 23, 2020
1 parent 27f1abf commit 6ea5186
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ public static boolean loadModules(boolean callInitZygote) throws IOException {
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);
Expand Down

0 comments on commit 6ea5186

Please sign in to comment.