From 1f65fe366062b3f2cda6b03e1849afce6d2646f8 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期四, 17 十月 2019 13:47:37 +0800
Subject: [PATCH] 2019.10.17

---
 ZigbeeApp/Shared/Common/SceneRoomUI.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/SceneRoomUI.cs b/ZigbeeApp/Shared/Common/SceneRoomUI.cs
old mode 100755
new mode 100644
index 8bdc70d..87df42e
--- a/ZigbeeApp/Shared/Common/SceneRoomUI.cs
+++ b/ZigbeeApp/Shared/Common/SceneRoomUI.cs
@@ -162,7 +162,7 @@
                     Phone.UserView.HomePage.Instance.AddChidren(scene);
                     Phone.UserView.HomePage.Instance.PageIndex += 1;
                     CategoryAddScene.SceneText = sceneUI.Name;
-                    CategoryAddScene.CurrentRoom = room;
+                    scene.curRoom = room;
                     CategoryAddScene.ModifySceneUI = sceneUI;
                     CategoryAddScene.Modify = true;
                     CategoryAddScene.ImagePath = sceneUI.IconPath;

--
Gitblit v1.8.0