From 81307af66465a6b5ba189b0fb9b347787f004a4e Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 30 十二月 2020 16:14:15 +0800
Subject: [PATCH] 2020-12-30-1

---
 ZigbeeApp/Shared/Phone/Device/Logic/LogicDveiceStatus.cs |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/LogicDveiceStatus.cs b/ZigbeeApp/Shared/Phone/Device/Logic/LogicDveiceStatus.cs
old mode 100755
new mode 100644
index cdd2942..6cbfce2
--- a/ZigbeeApp/Shared/Phone/Device/Logic/LogicDveiceStatus.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/LogicDveiceStatus.cs
@@ -515,16 +515,14 @@
                                 break;
                             case 6:
                                 {
-                                    var flMain = new FrameLayout { BackgroundColor = ZigbeeColor.Current.LogicViewBackgroundColor };
-                                    frameLayout.AddChidren(flMain);
-                                    AddLogicPage.SecurityView(flMain, true);
+                                   
+                                    AddLogicPage.SecurityView(frameLayout, true);
                                 }
                                 break;
                             case 7:
                                 {
-                                    var flMain = new FrameLayout { BackgroundColor = ZigbeeColor.Current.LogicViewBackgroundColor };
-                                    frameLayout.AddChidren(flMain);
-                                    AddLogicPage.LocationView(flMain, true);
+                                 
+                                    AddLogicPage.LocationView(frameLayout, true);
                                 }
                                 break;
                         }

--
Gitblit v1.8.0