HDL-ON_Android/Application.cs
@@ -36,7 +36,6 @@ public Application(IntPtr handle, Android.Runtime.JniHandleOwnership ownerShip) : base(handle, ownerShip) { } public override void OnCreate() { if (Shared.Application.Activity != null) { //reStartApp(this); @@ -106,7 +105,7 @@ multicast.Acquire(); //后台回到前台 new HDL_ON.UI.AppUnlockPage().LoadPage(); //new HDL_ON.UI.AppUnlockPage().LoadPage(); } @@ -122,7 +121,7 @@ BusSocketStop(); multicast.Release(); //进入后台 UserInfo.Current.unlockTime = DateTime.Now; //UserInfo.Current.unlockTime = DateTime.Now; } }