Skip to content

Commit eae4c75

Browse files
committed
update loader for 5.x and 2.x
Signed-off-by: Cai Liming <405977146@163.com>
1 parent 1c5de23 commit eae4c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginCore/src/com/plugin/core/PluginLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public static Context getNewPluginContext(@SuppressWarnings("rawtypes") Class cl
244244
resFor5, (DexClassLoader)pluginContext.getClassLoader());
245245
pluginContext.setTheme(sApplication.getApplicationContext().getApplicationInfo().theme);
246246
}
247-
return null;
247+
return pluginContext;
248248
}
249249

250250
}

0 commit comments

Comments
 (0)