HDL-ON_Android/Other/JPush/JPushReceiver.cs
@@ -53,7 +53,7 @@ /// <param name="notificationMessage"></param> public override void OnNotifyMessageOpened(Context context, NotificationMessage notificationMessage) { MainPage.Log("接收到推送:点击通知回调"); //MainPage.Log("接收到推送:点击通知回调"); OpenNotification(context, notificationMessage,true); } @@ -138,7 +138,7 @@ { try { MainPage.Log("接收到推送:打开消息显示界面"); //MainPage.Log("接收到推送:打开消息显示界面"); var pushMes = new JPushMessageInfo() { Title = notificationMessage.NotificationTitle,