From 0b0f87750410cfdb07f88c264bb059c7861a15c6 Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期五, 21 七月 2023 14:45:45 +0800 Subject: [PATCH] feature Resoure file update --- HDL-ON_iOS/AppDelegate.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs index e2c07be..57666c1 100644 --- a/HDL-ON_iOS/AppDelegate.cs +++ b/HDL-ON_iOS/AppDelegate.cs @@ -186,12 +186,12 @@ public override void OnResignActivation(UIApplication application) { //璁剧疆鍏ㄨ閫氱姸鎬� - string systemVersion = UIKit.UIDevice.CurrentDevice.SystemVersion; - string errorVersion = "16.2.0"; - if (systemVersion.CompareTo(errorVersion) < 0)///鍏ㄨ閫氫笉鍏煎ios16浠ヤ笂鐨勭郴缁燂紝涓嶈鍔犺浇杩欎釜鍏� - { - Shared.IOS.HDLFVSDK.Video.FVapplicationWillResignActive(application); - } + //string systemVersion = UIKit.UIDevice.CurrentDevice.SystemVersion; + //string errorVersion = "16.2.0"; + //if (systemVersion.CompareTo(errorVersion) < 0)///鍏ㄨ閫氫笉鍏煎ios16浠ヤ笂鐨勭郴缁燂紝涓嶈鍔犺浇杩欎釜鍏� + //{ + // Shared.IOS.HDLFVSDK.Video.FVapplicationWillResignActive(application); + //} Console.WriteLine("OnResignActivation"); UserInfo.Current.unlockTime = DateTime.Now; } -- Gitblit v1.8.0