We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfed6c9 commit 82fd262Copy full SHA for 82fd262
projects/sdk/core/loader/src/main/kotlin/com/tencent/shadow/core/loader/blocs/CreateApplicationBloc.kt
@@ -60,6 +60,7 @@ object CreateApplicationBloc {
60
shadowApplication.applicationInfo = pluginApplicationInfo
61
shadowApplication.setBusinessName(loadParameters.businessName)
62
shadowApplication.setPluginPartKey(partKey)
63
+ shadowApplication.setShadowApplication(shadowApplication)
64
65
//和ShadowActivityDelegate.initPluginActivity一样,attachBaseContext放到最后
66
shadowApplication.setHostApplicationContextAsBase(hostAppContext)
0 commit comments