chenqiyang
2023-04-11 4f65e73a1244ab023f3d350a129ed8118c439154
HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/CommonMethod.cs
@@ -214,6 +214,7 @@
        public void InitializationAndroidData(Action<bool> action)
        {
            bool isBool = true;
            this.Loading.Start();
            this.SunThread(() =>
            {
                try
@@ -260,6 +261,7 @@
                {
                    this.MainThread(() =>
                    {
                        this.Loading.Hide();
                        action?.Invoke(isBool);
                    });
                }