From 6d55af8792cf8fbef0055e677b900fc352dba9a2 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 04 六月 2020 15:17:14 +0800
Subject: [PATCH] 2020-06-04 1.更新。

---
 SmartHome/ON.Ios/AppDelegate.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/SmartHome/ON.Ios/AppDelegate.cs b/SmartHome/ON.Ios/AppDelegate.cs
index 5ba6f69..31643d1 100644
--- a/SmartHome/ON.Ios/AppDelegate.cs
+++ b/SmartHome/ON.Ios/AppDelegate.cs
@@ -341,9 +341,9 @@
             if (netStatus == 0)
                 return;
 
-            System.Threading.Tasks.Task.Run (() => {
-                SharedMethod.SharedMethod.CheckVersion ();
-            });
+            //System.Threading.Tasks.Task.Run (() => {
+            //    SharedMethod.SharedMethod.CheckVersion ();
+            //});
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0