Skip to content

Commit bd53efb

Browse files
committed
update
Signed-off-by: Cai Liming <405977146@163.com>
1 parent 4d4534d commit bd53efb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ public static Context getNewPluginContext(@SuppressWarnings("rawtypes") Class cl
197197
if (pluginContext != null) {
198198
pluginContext = PluginCreator.createPluginApplicationContext(sApplication,
199199
pluginContext.getResources(), (DexClassLoader)pluginContext.getClassLoader());
200+
pluginContext.setTheme(sApplication.getApplicationContext().getApplicationInfo().theme);
200201
}
201202

202203
return pluginContext;

0 commit comments

Comments
 (0)