From a40848272e33822f72a7fe0310f079717bf73f23 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期五, 18 十月 2024 16:21:39 +0800 Subject: [PATCH] 修复金茂科技系统,金茂光伏问题 --- HDL-ON_Android/Application.cs | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/HDL-ON_Android/Application.cs b/HDL-ON_Android/Application.cs index 424a5d7..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,7 @@ multicast.Acquire(); //鍚庡彴鍥炲埌鍓嶅彴 - new HDL_ON.UI.AppUnlockPage().LoadPage(); + //new HDL_ON.UI.AppUnlockPage().LoadPage(); } @@ -125,7 +122,7 @@ BusSocketStop(); multicast.Release(); //杩涘叆鍚庡彴 - UserInfo.Current.unlockTime = DateTime.Now; + //UserInfo.Current.unlockTime = DateTime.Now; } } -- Gitblit v1.8.0