mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-01-31 14:32:51 +08:00
parent
23fd3bc0cb
commit
e7bedc78f7
@ -80,6 +80,8 @@ public class JPushPlugin extends CordovaPlugin {
|
||||
|
||||
shouldCacheMsg = false;
|
||||
|
||||
//如果同时缓存了打开事件openNotificationAlert 和 消息事件notificationAlert,只向UI 发 打开事件。
|
||||
//这样做是为了和iOS 统一
|
||||
if(JPushPlugin.openNotificationAlert != null){
|
||||
JPushPlugin.notificationAlert = null;
|
||||
JPushPlugin.transmitOpen(JPushPlugin.openNotificationAlert, JPushPlugin.openNotificationExtras);
|
||||
|
Loading…
Reference in New Issue
Block a user