mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-02-20 20:22:50 +08:00
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…
Reference in New Issue
Block a user