We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4534d commit bd53efbCopy full SHA for bd53efb
PluginCore/src/com/plugin/core/PluginLoader.java
@@ -197,6 +197,7 @@ public static Context getNewPluginContext(@SuppressWarnings("rawtypes") Class cl
197
if (pluginContext != null) {
198
pluginContext = PluginCreator.createPluginApplicationContext(sApplication,
199
pluginContext.getResources(), (DexClassLoader)pluginContext.getClassLoader());
200
+ pluginContext.setTheme(sApplication.getApplicationContext().getApplicationInfo().theme);
201
}
202
203
return pluginContext;
0 commit comments