Commit 3931472e55161388e415205cea8c9d38dd031bcc
1 parent
f7164bd1
no message
Showing
1 changed file
with
3 additions
and
1 deletions
CNLiveBBASMModule/Classes/CNLiveBBASMImpl/CNManager/CNBBASMJumpService.m
| @@ -28,7 +28,9 @@ static NSString *const CNLiveBBASMGetPluginDesC = @"getPluginDescriptionPath"; | @@ -28,7 +28,9 @@ static NSString *const CNLiveBBASMGetPluginDesC = @"getPluginDescriptionPath"; | ||
| 28 | } | 28 | } |
| 29 | - (void)registerBBASMManager:(NSDictionary *)launchOptions | 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 | - (void)openBBASMModule:(NSString *)urlStr | 35 | - (void)openBBASMModule:(NSString *)urlStr |
| 34 | { | 36 | { |