gxc
2020-01-06 509e7b543f8a8770cf09dff97000acf78140c119
ZigbeeApp/Shared/Phone/Device/Curtain/RollerShadeControl.cs
@@ -464,7 +464,7 @@
            }
            SetCurtainType(itemView, (device.CommonDevice as Rollershade).WcdType);
            var roomBG = new Button
            {
                Y = Application.GetRealHeight(1178 - 50),
@@ -654,7 +654,7 @@
            UserView.HomePage.Instance.AddChidren(detailInfo);
            UserView.HomePage.Instance.PageIndex += 1;
            detailInfo.Show(device, room);
            detailInfo.action = () =>
            detailInfo.EditAction = (d,r) =>
            {
                Show(device, room);
            };