WJC
2019-12-13 9c6bd67d66859e48f0e794cd2746aef9310ce71d
ZigbeeApp/Shared/Phone/Device/Logic/DoorLockLogic/AddCondition.cs
@@ -94,7 +94,17 @@
                //关闭刷新View;
                middle.EndHeaderRefreshing();
            };
            Read();
            //Read();
            CommonPage.Loading.Start();
            new System.Threading.Thread(() =>
            {
                Application.RunOnMainThread(() =>
                {
                    Read();
                    CommonPage.Loading.Hide();
                });
            })
            { IsBackground = true }.Start();
        }
        /// <summary>