From 063021ff33f3dffb7543880ebac988807c107aa8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 17 十月 2022 15:24:02 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wjc' into dev--wxr --- HDL-ON_Android/SplashActivity.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HDL-ON_Android/SplashActivity.cs b/HDL-ON_Android/SplashActivity.cs index bed7401..fcddc59 100644 --- a/HDL-ON_Android/SplashActivity.cs +++ b/HDL-ON_Android/SplashActivity.cs @@ -229,6 +229,7 @@ { try { + if (isfirst) { //鍙Е鍙戜竴娆� @@ -237,7 +238,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