JLChen
2020-12-11 0347d1332ee6490963fd2e0771f2cfcda7bcafe9
HDL-ON_Android/Application.cs
@@ -100,7 +100,7 @@
            {
                Console.WriteLine("OnDestroyAction");
                //BusSocket.Stop();
                OnAppConfig.Instance.unlockTime = DateTime.Now;
                UserInfo.Current.unlockTime = DateTime.Now;
            };
@@ -310,7 +310,7 @@
        {
            IsEnterBackground = true;
            //BusSocket.Stop();
            OnAppConfig.Instance.unlockTime = DateTime.Now;
            UserInfo.Current.unlockTime = DateTime.Now;
        }