From 45d7c5536bd9b4516feb1401753e61717d7dd888 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 08 九月 2020 11:41:44 +0800 Subject: [PATCH] 2020-09-08 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