From 75a2f82f91d6568c0b3ea60ea93086e65f8a2e49 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 06 四月 2023 15:30:30 +0800
Subject: [PATCH] 2023年04月06日15:11:02

---
 HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs b/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
index 66ac1ca..b974874 100644
--- a/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
+++ b/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
@@ -19,15 +19,12 @@
         ]
     public class JPushOpenClickActivity : Activity
     {
-
-
         protected override void OnCreate(Bundle savedInstanceState)
         {
             base.OnCreate(savedInstanceState);
             View v = new View(this);
             SetContentView(v);
             HandleOpenClick(Intent);
-
         }
 
         protected void HandleOpenClick(Intent intent)
@@ -49,7 +46,6 @@
         {
             base.OnNewIntent(intent);
             HandleOpenClick(intent);
-
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0