From 2aa082047a71df9d3ab1aa301d98da9ec523fa0b Mon Sep 17 00:00:00 2001 From: aibingbing Date: Thu, 18 Jul 2024 15:45:20 +0800 Subject: [PATCH] =?UTF-8?q?[6.5.0][=E9=80=9A=E8=BF=87=E5=85=AC=E4=BA=A4?= =?UTF-8?q?=E7=AB=99]=20optimize:=20=E7=BA=BF=E7=A8=8B=E4=BC=98=E5=8C=96?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../function/biz/v2x/busstation/PassBusStationEventManager.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/busstation/PassBusStationEventManager.kt b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/busstation/PassBusStationEventManager.kt index 7650677d9e..d2e15046d8 100644 --- a/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/busstation/PassBusStationEventManager.kt +++ b/core/function-impl/mogo-core-function-biz/src/main/java/com/mogo/eagle/function/biz/v2x/busstation/PassBusStationEventManager.kt @@ -321,6 +321,8 @@ object PassBusStationEventManager : IMoGoChassisLocationWGS84Listener { } } catch (e: InterruptedException) { e.printStackTrace() + } finally { + isCalculateNearByStation.set(false) } } ?: run { isCalculateNearByStation.set(false)