wei
2020-12-11 680d96f157e4609af3e7af6f8d01ee0bf3f55063
HDL-ON_Android/Application.cs
@@ -83,7 +83,7 @@
                    {
                        Console.WriteLine("HHH 网络变化但处于后台");
                    }
                    MainPage.InternetStatus = obj;
                };
            };
            BaseActivity.RefreshUIAction += (activity) =>
@@ -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;
        }