From 20f70e3446df19bf5d0faaae9f7bd58fd0fc4bcc Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 04 八月 2023 12:06:51 +0800
Subject: [PATCH] 轮询备份

---
 Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs
index e514a4b..fdf5202 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs
+++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRoom.cs
@@ -13,7 +13,8 @@
         static UserRoom curView = null;
 
 
-        Thread readEnergyThead;
+        Thread readEnergyThead;            
+
         bool readEnergy = false;
         List<Common> EnergtLightList = new List<Common> ();
         static string AirQCity = "";
@@ -578,7 +579,7 @@
                         Text = AirQTemp,
                         TextSize = Application.DeviceType == Device.Ios ? 40 : 34,
                         TextAlignment = TextAlignment.Center,
-                        FontName = "TitilliumText25L"
+                        //FontName = "TitilliumText25L"
                     };
                     airQualityView.AddChidren (btnTemp);
                     Button btnHumidityIcon = new Button () {

--
Gitblit v1.8.0