fix app not launch open notification bug

This commit is contained in:
huangminlinux 2017-11-08 13:49:50 +08:00
parent 001ab96283
commit d3e2e1a5d7

View File

@ -103,6 +103,10 @@
return;
}
if (!_jpushEventCache) {
_jpushEventCache = @{}.mutableCopy;
}
if (!_jpushEventCache[eventName]) {
_jpushEventCache[eventName] = @[].mutableCopy;
}