From 9bc0ea236cad9e5c86d0d6fe03eabb327b693096 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期三, 11 九月 2024 18:03:16 +0800
Subject: [PATCH] Update SplashActivity.cs
---
HDL-ON_Android/Application.cs | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/HDL-ON_Android/Application.cs b/HDL-ON_Android/Application.cs
index 105a0fe..0aec7bf 100644
--- a/HDL-ON_Android/Application.cs
+++ b/HDL-ON_Android/Application.cs
@@ -12,9 +12,6 @@
using CN.Jpush.Android.Api;
using HDL_ON;
using Java.Util;
-using Microsoft.AppCenter;
-using Microsoft.AppCenter.Analytics;
-using Microsoft.AppCenter.Crashes;
using Shared;
namespace HDL_ON_Android
@@ -109,7 +106,8 @@
multicast.Acquire();
//鍚庡彴鍥炲埌鍓嶅彴
- new HDL_ON.UI.AppUnlockPage().LoadPage();
+ //new HDL_ON.UI.AppUnlockPage().LoadPage();
+
}
}
@@ -124,7 +122,7 @@
BusSocketStop();
multicast.Release();
//杩涘叆鍚庡彴
- UserInfo.Current.unlockTime = DateTime.Now;
+ //UserInfo.Current.unlockTime = DateTime.Now;
}
}
--
Gitblit v1.8.0