From 326a8e72d7bb6def4147fc1e711d3cfa2aa8f4d1 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 27 十月 2023 18:33:02 +0800
Subject: [PATCH] 修复Siri Token过期无法刷新的问题

---
 HDL-ON_iOS/AppDelegate.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs
index 65119d7..5f5f13d 100644
--- a/HDL-ON_iOS/AppDelegate.cs
+++ b/HDL-ON_iOS/AppDelegate.cs
@@ -248,6 +248,7 @@
             //    Shared.IOS.HDLFVSDK.Video.FVapplicationDidBecomeActive(application);
             //}
             Console.WriteLine("OnActivated");
+
             base.OnActivated(application);
             //HDL_ON.DriverLayer.Control.Ins.SearchLoaclGateway();
 
@@ -289,9 +290,9 @@
                 {
                     Language.CurrentLanguage = "Spanish";
                 }
-                //else if(NSLocale.PreferredLanguages[0].Contains("uk-")){
-                //    Language.CurrentLanguage = "Ukraine";
-                //}
+                else if(NSLocale.PreferredLanguages[0].Contains("uk-")){
+                    Language.CurrentLanguage = "Ukraine";
+                }
                 else
                 {
                     Language.CurrentLanguage = "English";

--
Gitblit v1.8.0