From 003abaf86b766eb40ef62300ab0c707774c36ba9 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 30 三月 2021 20:10:16 +0800 Subject: [PATCH] 2021-3-30-2 --- HDL-ON_Android/Other/JPush/JPushReceiver.cs | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/HDL-ON_Android/Other/JPush/JPushReceiver.cs b/HDL-ON_Android/Other/JPush/JPushReceiver.cs index b93aded..ccc38c0 100644 --- a/HDL-ON_Android/Other/JPush/JPushReceiver.cs +++ b/HDL-ON_Android/Other/JPush/JPushReceiver.cs @@ -101,7 +101,6 @@ public override void OnRegister(Context context, string p1) { base.OnRegister(context, p1); - Utlis.WriteLine("JPushOnRegister: " + p1); } @@ -115,8 +114,6 @@ //{ // try // { - - // if (JPushMessageInfo.Extras.Contains("Offline") == true) // { // Shared.Application.RunOnMainThread(() => @@ -144,7 +141,7 @@ //} /// <summary> - /// 鎵撳紑娑堟伅鏄剧ず鐣岄潰 + /// 鎵撳紑娑堟伅鏄剧ず鐣岄潰.010000 /// </summary> /// <param name="context"></param> /// <param name="notificationMessage"></param> -- Gitblit v1.8.0