forked from github/jpush-phonegap-plugin
fix app not launch open notification bug
This commit is contained in:
parent
001ab96283
commit
d3e2e1a5d7
@ -103,6 +103,10 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if (!_jpushEventCache) {
|
||||
_jpushEventCache = @{}.mutableCopy;
|
||||
}
|
||||
|
||||
if (!_jpushEventCache[eventName]) {
|
||||
_jpushEventCache[eventName] = @[].mutableCopy;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user