From d87400af518ebc9274f4447f06476959c3aa5102 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期二, 14 七月 2020 16:29:42 +0800
Subject: [PATCH] Merge branch 'dev-tzy' into dev-2020xm

---
 ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs
index 3463398..e96f1f3 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs
@@ -148,7 +148,7 @@
 
         /// <summary>
         /// 娣诲姞妤煎眰UI
-        /// </summary> 
+        /// </summary>
         public void BindDownFrameLayout(FrameLayout frameLayout, Panel curControlDev, Dictionary<string, string> dicFloorList, ref Button btnFloorText)
         {
             var btnAddFrameLayout = new FrameLayout
@@ -300,7 +300,7 @@
                         return;
                     }
                     curControlDev.currentSelectFloorId = floorId;
-                    curControlDev.ReSave();
+
                     if (!btnMethodText.IsSelected)
                     {
                         if (oldbutton != null)
@@ -342,4 +342,4 @@
             }
         }
     }
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0