From 05ce435c3b58e53eeab04c672affdeeab75f3036 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期五, 15 十一月 2019 14:41:39 +0800
Subject: [PATCH] 2019.11.15-1

---
 ZigbeeApp/Shared/Phone/Device/Room/AddRoomSelectPicByLocal.cs |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Room/AddRoomSelectPicByLocal.cs b/ZigbeeApp/Shared/Phone/Device/Room/AddRoomSelectPicByLocal.cs
index 4df2296..39cc2e4 100644
--- a/ZigbeeApp/Shared/Phone/Device/Room/AddRoomSelectPicByLocal.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Room/AddRoomSelectPicByLocal.cs
@@ -9,6 +9,10 @@
         {
             BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor;
         }
+        public override void RemoveFromParent()
+        {
+            base.RemoveFromParent();
+        }
         public void Show()
         {
             ShowPic();
@@ -21,7 +25,7 @@
             var title = new Button()
             {
                 TextAlignment = TextAlignment.Center,
-                TextID = R.MyInternationalizationString.SelectPic,
+                //TextID = R.MyInternationalizationString.SelectPic,
                 TextSize = 20,
                 TextColor = ZigbeeColor.Current.GXCTextBlackColor,
                 Width = Application.GetRealWidth(500),

--
Gitblit v1.8.0