mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-02-22 14:02:55 +08:00
iOS fix spelling errors
1.修改拼写错误
This commit is contained in:
parent
be7b9aa8ac
commit
149083b8f4
@ -399,7 +399,7 @@ static NSDictionary *_launchOptions = nil;
|
|||||||
case UIApplicationStateBackground:{
|
case UIApplicationStateBackground:{
|
||||||
//后台收到
|
//后台收到
|
||||||
dispatch_async(dispatch_get_main_queue(), ^{
|
dispatch_async(dispatch_get_main_queue(), ^{
|
||||||
[self.commandDelegate evalJs:[NSString stringWithFormat:@"cordova.fireDocumentEvent('jpush.backgoundNotification',%@)",jsonString]];
|
[self.commandDelegate evalJs:[NSString stringWithFormat:@"cordova.fireDocumentEvent('jpush.backgroundNotification',%@)",jsonString]];
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user