From 34e965100d635346e2d4cd6e6013bdaed66b3004 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期四, 02 一月 2020 19:52:13 +0800
Subject: [PATCH] 2019.1.2-3

---
 ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs b/ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs
index ee83130..316aa1c 100644
--- a/ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs
@@ -91,9 +91,11 @@
         /// <summary>
         /// selectedTimeAction
         /// </summary>
-        public Action<SceneTargetDeviceUI> selectedAction;
-
-
+        private Action<SceneTargetDeviceUI> selectedAction;
+        /// <summary>
+        /// 淇敼鍦烘櫙action
+        /// </summary>
+        public Action<SceneUI, Common.Room> EditorAction;
 
         #endregion
 
@@ -109,7 +111,6 @@
         /// </summary>
         public override void RemoveFromParent()
         {
-            Category.instance?.RefreshBodyView();
             base.RemoveFromParent();
         }
         /// <summary>
@@ -255,7 +256,7 @@
                         }
                     }
                 }
-                
+
                 if (sceneTargetDevicesList.Count > 1)
                 {
                     var targetRowLayout = new RowLayout()
@@ -581,7 +582,7 @@
                     var fileName = $"SceneIcon_{tradeTime}.png";
                     //閫氳繃鐩告満鎷嶇収瑁佸壀
                     CropImage.TakePicture((imagePath) =>
-                    {
+                    {
                         if (isModify)
                         {
                             if (IconPathType != 0)
@@ -606,7 +607,7 @@
                     var fileName = $"SceneIcon_{tradeTime}.png";
                     //浠庣浉鍐岄�夋嫨鍥剧墖瑁佸壀
                     CropImage.SelectPicture((imagePath) =>
-                    {
+                    {
                         if (isModify)
                         {
                             if (IconPathType != 0)
@@ -1145,7 +1146,6 @@
                         {
                             CommonPage.Loading.Hide();
                         }
-
                     }
                 }
 

--
Gitblit v1.8.0