gxc
2019-11-15 aa3d6459c82a97f8f6f504d8a678814fc1089ab5
ZigbeeApp/Shared/Phone/Device/Room/AddRoomScene.cs
@@ -468,9 +468,9 @@
                Shared.Phone.UserView.HomePage.Instance.AddChidren(localPic);
                Shared.Phone.UserView.HomePage.Instance.PageIndex += 1;
                localPic.Show();
                localPic.action = () =>
                localPic.action = (imgPath) =>
                {
                    backGround.UnSelectedImagePath = ImagePath;
                    backGround.UnSelectedImagePath = imgPath;
                    IconType = 0;
                };