黄学彪
2020-12-17 9f326f4000847e6167d8166fa2f6a66f53cb3734
ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetAddSceneForm.cs
@@ -64,7 +64,7 @@
            {
                //获取本地安防的场景
                Dictionary<int, string> dicScene = HdlSafeguardLogic.Current.GetLocalSceneByZoneID(this.zoonID);
                Application.RunOnMainThread(() =>
                HdlThreadLogic.Current.RunMain(() =>
                {
                    int count = listScene.Count - 1;
                    for (int i = 0; i < listScene.Count; i++)
@@ -78,7 +78,7 @@
                        this.AddRowControl(listScene[i], i != count);
                    }
                    //调整真实高度
                    listView.AdjustRealHeight(Application.GetRealHeight(23));
                    listView.AdjustRealHeightByBottomButton(Application.GetRealHeight(23));
                });
            });