Commit 3931472e55161388e415205cea8c9d38dd031bcc

Authored by yanglingyu
1 parent f7164bd1

no message

CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNManager/CNBBASMJumpService.m
... ... @@ -28,7 +28,9 @@ static NSString *const CNLiveBBASMGetPluginDesC = @"getPluginDescriptionPath";
28 28 }
29 29 - (void)registerBBASMManager:(NSDictionary *)launchOptions
30 30 {
31   - [BBASMManager registerAppLaunchOptions:launchOptions];
  31 + dispatch_async(dispatch_get_main_queue(), ^{
  32 + [BBASMManager registerAppLaunchOptions:launchOptions];
  33 + });
32 34 }
33 35 - (void)openBBASMModule:(NSString *)urlStr
34 36 {
... ...