修复应用在后台点击通知无法触发点击事件的 bug。
This commit is contained in:
Hevin 2016-04-25 14:03:57 +08:00
parent 4edee3e2d3
commit 5fb1a440c4

View File

@ -131,6 +131,13 @@ public class JPushPlugin extends CordovaPlugin {
}
}
@Override
public void onDestroy() {
super.onDestroy();
cordovaActivity = null;
instance = null;
}
private static JSONObject getMessageObject(String message,
Map<String, Object> extras) {
JSONObject data = new JSONObject();