forked from github/jpush-phonegap-plugin
fix bug
修复应用在后台点击通知无法触发点击事件的 bug。
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user