From a409c88410391e8f6c5ea4c22b81b0ab1e6a798d Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期四, 06 六月 2024 11:59:14 +0800
Subject: [PATCH] 开放场景控制通用开关

---
 HDL_ON/UI/MainPage.cs |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs
index 3d6d3c4..b56522b 100644
--- a/HDL_ON/UI/MainPage.cs
+++ b/HDL_ON/UI/MainPage.cs
@@ -26,7 +26,7 @@
         /// <summary>
         /// 鐗堟湰鍙�
         /// </summary>
-        public static string VersionString = "2.3.1";
+        public static string VersionString = "2.4.6";
         ///// <summary>
         ///// 瀹㈡埛绔被鍨�
         ///// </summary>
@@ -521,18 +521,18 @@
             }).Start();
 
 
-            try
-            {
-#if __ANDROID__
-                Com.Chteam.Agent.BuglyAgentHelper.SetUserId(UserInfo.Current.AccountString);
-#else
-                Bugly.Bugly.SetUserIdentifier(UserInfo.Current.AccountString);
-#endif
-            }
-            catch (Exception ex)
-            {
-                MainPage.Log("Bugly error");
-            }
+//            try
+//            {
+//#if __ANDROID__
+//                //Com.Chteam.Agent.BuglyAgentHelper.SetUserId(UserInfo.Current.AccountString);
+//#else
+//                //Bugly.Bugly.SetUserIdentifier(UserInfo.Current.AccountString);
+//#endif
+//            }
+//            catch (Exception ex)
+//            {
+//                MainPage.Log("Bugly error");
+//            }
         }
 
         /// <summary>

--
Gitblit v1.8.0