From 136b9e2fc48249a5ff89874f1080ba94130e7a9e Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期二, 19 五月 2020 11:12:29 +0800
Subject: [PATCH] Merge branch 'dev-tzy' into dev-2020xm

---
 ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs b/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs
index 88bf472..0bb7c0b 100755
--- a/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs
@@ -469,7 +469,7 @@
                 TextSize = 14,
             };
             tipFLayout.AddChidren(Text1Btn);
-           
+
             new System.Threading.Thread(() =>
             {
                 System.Threading.Thread.Sleep(timeValue*1000);
@@ -482,5 +482,3 @@
         }
     }
 }
-
-

--
Gitblit v1.8.0