From 7232642ff48a7fbde2018cde652f3e771fa58025 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 27 一月 2021 14:32:55 +0800
Subject: [PATCH] 20200127-英文版处理

---
 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 f520b4b..a49c073 100644
--- a/HDL-ON_iOS/AppDelegate.cs
+++ b/HDL-ON_iOS/AppDelegate.cs
@@ -202,7 +202,7 @@
         {
             Console.WriteLine("OnActivated");
             base.OnActivated(application);
-            HDL_ON.DriverLayer.Control.Ins.SearchLoaclGateway();
+            //HDL_ON.DriverLayer.Control.Ins.SearchLoaclGateway();
 
             //if (haveToSignOut == true)
             //{
@@ -221,7 +221,7 @@
             //Bugly.Bugly.StartWithAppId("b58fb35436");
 
             //鍙栨秷EditText榛樿瀵嗙爜杈撳叆鏂瑰紡
-            Shared.Application.IsEditTextContentTypePassword = false;
+            //Shared.Application.IsEditTextContentTypePassword = false;
             //榛樿浣跨敤鑻规柟瀛椾綋
             Shared.Application.IsUsePingFang = true;
             //淇濇寔灞忓箷甯镐寒鎴栬�呰嚜鍔ㄩ攣灞�
@@ -232,7 +232,8 @@
             Window.RootViewController = rootViewController;
             Window.MakeKeyAndVisible();
 
-            //AppCenter.Start("e1add75a-82c6-4a5c-a902-4705b195748e",typeof(Analytics), typeof(Crashes));
+            AppCenter.Start("e1add75a-82c6-4a5c-a902-4705b195748e", typeof(Analytics), typeof(Crashes));
+
             base.FinishedLaunching(application, launchOptions);
 
             SharedMethod.SharedMethod.sharedApp = application;

--
Gitblit v1.8.0