From 88c408e49689961d3eb3496c6e89c60e230a92f3 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 29 九月 2022 13:12:32 +0800
Subject: [PATCH] iOS光伏数据更新闪退修复

---
 HDL-ON_Android/SplashActivity.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HDL-ON_Android/SplashActivity.cs b/HDL-ON_Android/SplashActivity.cs
index bed7401..1a8e648 100644
--- a/HDL-ON_Android/SplashActivity.cs
+++ b/HDL-ON_Android/SplashActivity.cs
@@ -237,7 +237,7 @@
                     }
                     isfirst = false;
                     ///鐩戝惉缁忕含搴�
-                    HDL_ON.UI.UI2.Intelligence.Automation.LogicMethod.CurrLogicMethod.AppLatAndLonEvent(lon, lat);
+                    HDL_ON.UI.UI2.Intelligence.Automation.LogicMethod.Current.AppLatAndLonEvent(lon, lat);
                     //鍏抽棴瀹氫綅鏈嶅姟
                     //Shared.Application.StopGPSLocationService();
                 }

--
Gitblit v1.8.0